update readme
This commit is contained in:
parent
41ab137270
commit
2c94b7fb7e
@ -14,6 +14,12 @@ TODO
|
|||||||
- Create new user for database: `GRANT ALL PRIVILEGES ON dev_locationhub.* TO 'dbuser'@'localhost' IDENTIFIED BY '1234';`
|
- Create new user for database: `GRANT ALL PRIVILEGES ON dev_locationhub.* TO 'dbuser'@'localhost' IDENTIFIED BY '1234';`
|
||||||
- Import tables: `/usr/bin/mariadb -u dbuser -p1234 dev_locationhub < server/sql/tables.sql`
|
- Import tables: `/usr/bin/mariadb -u dbuser -p1234 dev_locationhub < server/sql/tables.sql`
|
||||||
|
|
||||||
|
### TTN Integration
|
||||||
|
Create new Webhook for application. Set base url and enable "Uplink message" to api `/api/ttn/webhook`.
|
||||||
|
Add a addidtional header:
|
||||||
|
- Type: `authorization`
|
||||||
|
- Value: `Bearer your-very-secure-token`
|
||||||
|
|
||||||
### Testing Webhook
|
### Testing Webhook
|
||||||
- To test the webhook use the python script `ttn-webhook-dummy.py` to send prerecorded TTN Uplinks.
|
- 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`
|
- 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`
|
Loading…
Reference in New Issue
Block a user