/API-examples

API examples

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

API examples

Real-time tag positions (from the UWB RTLS) and other sensor data can be accessed using different protocols (UDP, TCP, Websocket, MQTT (TCP/WSS)) and in different formats (binary/JSON). For meta data (client/project/setup configurations, containing for example floorplans), we also have a REST API.

This repo includes the following examples:

  • Local data API:
    • Binary over TCP
      • Python
      • C
      • C#
    • JSON over (local) MQTT
      • Python
      • JavaScript (NodeJS)
    • JSON over (local) Websocket
      • JavaScript (browser)