Skip to content

The open Internet of Things service that runs on your machine

License

Notifications You must be signed in to change notification settings

fpoulin/symbiot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

symbiot

The open Internet of Things service that runs on your machine.

Check the online documentation for more information.

Try it

  • 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.

Credits

This project relies on the fabulous DropWizard.

License

Under MIT License.

About

The open Internet of Things service that runs on your machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages