The open Internet of Things service that runs on your machine.
Check the online documentation for more information.
- Checkout out the sources
cd
to the project folder- Run
mvn clean package
- Run
java -jar target/symbiot-{version}.jar drop-and-create-db config.yml
- Run
java -jar target/symbiot-{version}.jar server config.yml
A Jetty server is started (listens on port 8080).
You can try it (from browser also can):
curl http://localhost:8080/ping
curl http://localhost:8080/ping?echo=alsocan
Check the Reference API documentation.
This project relies on the fabulous DropWizard.
Under MIT License.