LocationHub/server
2024-12-30 01:36:41 +01:00
..
scripts feat: initial setup backend with default routes and db connection 2024-12-30 01:36:41 +01:00
sql feat: initial setup backend with default routes and db connection 2024-12-30 01:36:41 +01:00
src feat: initial setup backend with default routes and db connection 2024-12-30 01:36:41 +01:00
.env.template feat: initial setup backend with default routes and db connection 2024-12-30 01:36:41 +01:00
.gitignore feat: initial setup backend with default routes and db connection 2024-12-30 01:36:41 +01:00
LICENSE feat: initial setup backend with default routes and db connection 2024-12-30 01:36:41 +01:00
package-lock.json feat: initial setup backend with default routes and db connection 2024-12-30 01:36:41 +01:00
package.json feat: initial setup backend with default routes and db connection 2024-12-30 01:36:41 +01:00
README.md feat: initial setup backend with default routes and db connection 2024-12-30 01:36:41 +01:00
tsconfig.json feat: initial setup backend with default routes and db connection 2024-12-30 01:36:41 +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