xenDE
a28c9a1176
webgpsmap: better logging informations for easy user debugging
2020-01-18 16:52:52 +01:00
xenDE
4164e7c067
webgpsmap: get current position and set marker on map in interval (30s)
...
used the browsers geolocation function to get the current location, show a marker and center the map there.
on success (user allows usage of get-current-position) it gets position every 30s and reposition the marker without center the map to the marker.
2019-12-29 14:57:17 +01:00
xenDE
c300e73726
webgpsmap: add function for download the map as one html file with json-positions inside
...
now it's possible to download the map as one Html file for local use on your pc or host somewhere for mobile use without your pownagotchi. uri: /plugins/webgpsmap/offlinemap
2019-12-26 18:51:00 +01:00
xenDE
44138ba463
webgpsmap: fix parsing new timezone format "Z" in gps data
...
fix timezone "Z": "2019-11-28T04:44:46.79231Z" >> "2019-11-28T04:44:46.79231+00:00"
issue: https://github.com/evilsocket/pwnagotchi/issues/708
2019-12-15 23:37:48 +01:00
xenDE
93e06d7f59
add filter for: SSID, MAC, isCracked, Password
2019-11-24 18:49:32 +01:00
xenDE
83f741bbb0
fix: gpio needs to be a number
...
fixes gpio id as string in config
https://github.com/evilsocket/pwnagotchi/issues/643
2019-11-23 02:05:01 +01:00
xenDE
c4a007e72a
cleanup, fixes and add handling of .paw-gps.json
...
cleanup logging, increase cache item count from 1024 to 2048, add handling of corrupt long/lat position null, added handling of .paw-gps.json files - tested with master
2019-11-20 15:45:16 +01:00
xenDE
3351c251ef
fix gps timestamp parsing
...
problem on timestamp parsing if microseconds are more then 6 numbers.
will fix bug reported in this pr: https://github.com/evilsocket/pwnagotchi/pull/619
tested with testdata from https://github.com/xenDE/pwnagotchi-plugin-webgpsmap/tree/master/handshakes.gps-map-test
before:
[2019-11-19 00:37:51,946] [INFO] webgpsmap: scanning /root/handshakes.gps-map-test
[2019-11-19 00:37:52,022] [INFO] webgpsmap: Found 4 .(geo|gps).json files from 5 handshakes. Fetching positions ...
[2019-11-19 00:37:52,144] [ERROR] Lng is 0
[2019-11-19 00:37:52,241] [ERROR] Invalid isoformat string: '2019-11-14T12:30:41.097414739+01:00'
[2019-11-19 00:37:52,280] [ERROR] Lng is 0
[2019-11-19 00:37:52,329] [INFO] webgpsmap loaded 2 positions
after:
[2019-11-19 00:48:04,652] [INFO] webgpsmap: scanning /root/handshakes.gps-map-test
[2019-11-19 00:48:04,693] [INFO] webgpsmap: Found 5 .(geo|gps).json files from 6 handshakes. Fetching positions ...
[2019-11-19 00:48:04,760] [ERROR] Lng is 0
[2019-11-19 00:48:04,822] [ERROR] Lng is 0
[2019-11-19 00:48:04,850] [INFO] webgpsmap loaded 3 positions
2019-11-19 00:56:59 +01:00
xenDE
e934181606
webgpsmap default disabled
...
was enabled default by mistake (copy&paste)
2019-11-11 10:59:54 +01:00
xenDE
b9a909de2b
add handling for empty position data
2019-11-10 21:56:36 +00:00
xenDE
a1746da7f1
comment default gpio button command examples
2019-11-10 19:45:43 +00:00
xenDE
1a1a70d6e8
added webgpsmap plugin
2019-11-10 19:34:49 +00:00
xenDE
25eee18e7b
verhindern von doppelten ausführungen
...
i had with the old value 250 many double executions, despite short push switches. The new value 600 prevents this. Tested with volume buttons.
2019-11-09 19:50:47 +01:00
xenDE
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
xenDE
ca6b71db19
disable plaugin as default
...
"__enabled__ = False" as default
2019-10-03 20:00:46 +02:00
xenDE
fb1d3e9199
show only real mem useage without swap
...
removed swap size from showed memory
2019-10-03 19:59:35 +02:00
xenDE
9b5a12bd0c
default: disable the plugin
2019-10-03 18:52:38 +02:00
xenDE
fcd3ae650a
eine configurierbare wartezeit hinzugefügt, bevor die werte aktualisiert werden
...
to protect the display lifetime
2019-10-03 18:46:46 +02:00
xenDE
77b6009349
plugin for add memory infos and cpu temperature to screen
...
think this should be in default, but disabled
2019-10-03 18:11:42 +02:00