Commit Graph

13 Commits

Author SHA1 Message Date
a9a6fd424b Small changes/fixes for debugging 2024-01-28 21:46:22 +01:00
4fe603bf5e Small edit to net-pos.py 2024-01-22 12:35:21 +01:00
b9e2bb0880 multiple language changes 2023-11-16 16:35:22 +01:00
1f2dd73976 Big update 2020-04-13 17:16:24 +02:00
9339ecb2fd net-pos: make api_url configurable
now its possible tzo set an own api_url in config:

[main.plugins.net-pos]
enabled = true
api_key = "test"
api_url = "https://location.services.my-own.com/v1/geolocate?key={api}"
2020-01-18 17:35:54 +01:00
6075296884 Switch to toml 2020-01-13 19:20:40 +01:00
9509dd0aa5 Add lock; make less verbose 2019-11-30 10:05:43 +01:00
9dc7c92c86 Additional Logging for net-pos plugin to simplify search for broken files
I currently have some broken net-pos files on my device and the logging does not provide enough information to find the invalid files. I'd suggest to log the path.
2019-11-05 21:54:37 +01:00
1e426f7411 add timestamp to net-pos plugin, https://github.com/evilsocket/pwnagotchi/issues/308
added timestam as "ts" var in both .json files.
tested with old plugin format.
2019-11-04 00:16:50 +01:00
2f948306eb misc: refactored plugin system to use classes 2019-11-01 13:51:45 +01:00
87a3fb5f0c Migrate to statusfile 2019-10-13 22:39:03 +02:00
56f680e775 fixed typo in display message 2019-10-08 20:46:15 -04:00
dfb484624a Some improvements 2019-10-08 20:10:21 +02:00