Skip to content

Simple HTTP server to forward data from devices to ES

License

Notifications You must be signed in to change notification settings

ubirch/viz-enabler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

viz-enabler

Simple HTTP server to forward data from devices to ES

Description

Used by Ubirch enabled devices. Send a Map[String, Double] to ElasticSearch along with the timestamp / device-id. Verifies that the device is authorized by checking against Ubirch authentication endpoint

Data format expected

Either Json or messagePack. Example:

{
  "uuid": "device-id",
  "msg_type": 0,
  "timestamp": EPOCH_SECONDS,
  "data": {
    "temperature": 33,
    "pressure": 56
  }
}

About

Simple HTTP server to forward data from devices to ES

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published