Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 437 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 437 Bytes

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"
}