... | ... |
@@ -0,0 +1,22 @@ |
1 |
+# mqttGeo |
|
2 |
+ |
|
3 |
+MQTT client and webserver tool to process Abeeway pure GPS postition payload |
|
4 |
+ |
|
5 |
+## Requirements |
|
6 |
+- Actility's ThingPark account |
|
7 |
+- Topic name prefix **geoloc/<subID>** |
|
8 |
+- python 3 |
|
9 |
+ |
|
10 |
+## Configuration |
|
11 |
+Launch **mqttGeo.py** to populate an skeleton configuration file **config.json** |
|
12 |
+ |
|
13 |
+## Available URIs |
|
14 |
+- /log : View the last 100 lines of log |
|
15 |
+- /last : Latest Abeeway payload received (whether a GPS fix or a GPS timeout) |
|
16 |
+- / : List of subID in the csv |
|
17 |
+- /?subId=<subID>&devEUI=<DevEUI> : Map filtered on one specific DevEUI |
|
18 |
+- /?subId=<subID> : All DevEUI are displayed |
|
19 |
+ |
|
20 |
+## TODO |
|
21 |
+- Add time filter or at least a "view only XXX last packets" |
|
22 |
+ |