Skip to content
karel-rehor edited this page Apr 4, 2023 · 6 revisions

Virtual Device

For testing and developing IoT infrastructure.

TODO

  • Simple authentication for blocking client
  • Simple authentication for other clients
  • TLS support
  • Logger
  • Line protocol parsing
  • CI
  • Dockerize

Examples

From CNT

{
  "appId": "AIR_QUAL",
  "data": 26.0,
  "messageType": "DATA",
  "ts": 1677874340000,
  "timestamp": "3/3/3333 3:33:33 PM"
}
Clone this wiki locally