Go to file
2024-12-29 23:01:59 +01:00
2024-12-29 23:01:59 +01:00
2024-12-29 21:03:50 +01:00
2024-12-29 23:01:59 +01:00
2024-12-29 23:01:59 +01:00

LocationHub

TODO

Testing Webhook

To test the webhook use the python script ttn-webhook-dummy.py to send prerecorded TTN Uplinks.

To test the script you can use while true; do echo -e "HTTP/1.1 200 OK\r\nContent-Type: text/plain\r\n\r\nSuccess"; nc -l -p 8080 -q 1; done

Description
Self-hosted backend for LoRaWAN-based location tracking, supporting multiple location providers such as GNSS, Gateway-Triangulation, WiFi-Triangulation, and BLE-Triangulation.
Readme 514 KiB
Languages
TypeScript 54.3%
JavaScript 39.2%
Python 6.5%