Skip to content

jwouters91/API-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • Data API:
    • Binary over TCP
      • Python
      • C
      • C#
    • JSON over Websocket
      • Python
      • JavaScript (browser)
    • JSON over MQTT
      • Python
      • JavaScript (NodeJS)
  • REST API:
    • Python
    • NodeJS

Releases

No releases published

Packages

No packages published

Languages

  • Python 36.9%
  • C 28.9%
  • C# 26.9%
  • JavaScript 6.6%
  • HTML 0.7%