Skip to content

This repository contains all code snippets and materials for our workshop "Build your own IoT Cloud"

Notifications You must be signed in to change notification settings

dc-square/build-your-own-iot-cloud-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build your own IoT Cloud

This repository contains all code snippets and materials for our workshop "Build your own IoT Cloud".

How to use this repository

Eclipse

The folder code is an Eclipse workspace. You can just open that in Eclipse and all projects should be there.

Attention: You need an Eclipse with the M2E (Maven Eclipse Plugin) installed, in order to compile and run the HiveMQ plugin and the REST API.

IntelliJ

Just open the individual projects in IntelliJ and enable Maven Auto-Import functionality.

Run Simulator

Run Devicesimulator.java in your IDE.

Run HiveMQ Plugin

  • Download HiveMQ
  • Add path to HiveMQ in pom.xml
  • Run mvn package -P RunWithHiveMQ

Run Dropwizard REST API

  • Run IotCloudApplication.java with the following programm arguments: server iotcloud.yml

Use Websocket Client

  • Open index.html in a current browser

Run Web App

About

This repository contains all code snippets and materials for our workshop "Build your own IoT Cloud"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published