Skip to content

Simple JSON-based format for interaction with IoT systems.

License

Notifications You must be signed in to change notification settings

novant-io/jasper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jasper

Jasper is a simple JSON-based format for interacting with IoT platforms. It supports broadcast discovery, system meta-data, and live value reading.

Spec

Example

$ curl host/jasper/v1/about -XPOST -u username:password

{
  "name": "Device 123",
  "vendor": "ACME",
  "model": "MX-100",
  "version": "1.2"
}

About

Simple JSON-based format for interaction with IoT systems.

Topics

Resources

License

Stars

Watchers

Forks