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
evilsocket
a779fb9b0b
Merge pull request #640 from xenDE/patch-2
...
cleanup, fixes and add handling of .paw-gps.json
2019-11-21 17:03:08 +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
evilsocket
1a71615fa8
Merge pull request #635 from Arttumiro/patch-3
...
Update to using .paw-gps.json files
2019-11-20 10:11:16 +01:00
evilsocket
7a9f84f495
Merge pull request #638 from xslendix/master
...
Added romanian language
2019-11-20 10:11:06 +01:00
evilsocket
6e3f5a1181
Merge pull request #632 from daniel156161/master
...
fix backup.sh (find with type f for no zero byte files into archive)
2019-11-20 10:10:33 +01:00
root
d045ed5afa
Added romanian language
2019-11-19 22:58:49 +00:00
Arttumiro
0ee0aaff37
Update to using .paw-gps.json files
...
Remove old link due to it not being too good, update file extension to .paw-gps.json for better support on problems with webgpsmap.
2019-11-19 15:38:11 +02:00
evilsocket
0fb81a11c4
Merge pull request #629 from xenDE/patch-1
...
fix gps iso-datetime parsing
2019-11-19 11:30:15 +01:00
daniel156161
cfc0ad1b48
fix backup.sh (find with type f for no zero byte files into archive)
2019-11-19 05:03:21 +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
Hendrik Söbbing
d9d399429c
Improve German translations slightly
...
Signed-off-by: Hendrik Söbbing <h.soebbing@shopware.com>
2019-11-18 18:31:11 +01:00
evilsocket
b5a148f287
Merge pull request #625 from neutralinsomniac/invert_led_blink
...
fix: apparently for the led, 0 is ON and 1 is OFF
2019-11-18 15:56:50 +01:00
Jeremy O'Brien
7138f6469b
fix: apparently for the led, 0 is ON and 1 is OFF
...
Signed-off-by: Jeremy O'Brien <neutral@fastmail.com>
2019-11-18 08:57:10 -05:00
Simone Margaritelli
785d678e30
releasing v1.3.0
v1.3.0
2019-11-18 14:12:13 +01:00
Simone Margaritelli
9c8784e533
fix: reload inbox every 15 seconds
2019-11-18 13:24:58 +01:00
Simone Margaritelli
fd288b4acd
misc: small fix or general refactoring i did not bother commenting
2019-11-18 13:21:44 +01:00
evilsocket
b704614254
Merge pull request #623 from Arttumiro/patch-2
...
Add link to better guide to paw-gps.py
2019-11-18 12:29:44 +01:00
Arttumiro
2dc36651df
Add link to better guide to paw-gps.py
...
Got permission from LeonT for this
2019-11-18 13:27:30 +02:00
evilsocket
d8d6d52eda
Merge pull request #617 from andrewbeard/master
...
Fix for issue #616
2019-11-16 10:09:49 +01:00
Andrew Beard
43c5ab7ecf
- Fix the temperature symbol when using something other than celsius
...
- Add defaults so we don't throw an exception if an invalid scale is
selected. Bad things happen if you spell fahrenheit wrong.
2019-11-16 01:29:02 -05:00
evilsocket
de62424dbc
Merge pull request #615 from neutralinsomniac/fix_backup_script_default_username
...
fix: don't use $USERNAME as default username for backup/restore scripts, as this is usually defined on linux hosts as the current logged in user
2019-11-15 14:59:53 +01:00
Jeremy O'Brien
8c51936c13
fix: don't use $USERNAME as default username for backup/restore scripts, as this is usually defined on linux hosts as the current logged in user
...
Signed-off-by: Jeremy O'Brien <neutral@fastmail.com>
2019-11-15 07:59:32 -05:00
Simone Margaritelli
87e46610f9
fix: --clear does not start the agent anymore
2019-11-15 12:27:53 +01:00
evilsocket
a96dead519
Merge pull request #606 from Arttumiro/master
...
Fixed Paw-Gps config, added a - mark
2019-11-15 12:06:06 +01:00
evilsocket
8ed2950eb5
Merge pull request #607 from Arttumiro/patch-1
...
Fixes to paw-gps.py
2019-11-15 12:05:58 +01:00
evilsocket
6f8133b2b8
Merge pull request #608 from benleb/add-spacing-to-gps
...
decrease spacing in gps ui
2019-11-15 12:05:07 +01:00
evilsocket
16afa87112
Merge branch 'master' into add-spacing-to-gps
2019-11-15 12:05:00 +01:00
evilsocket
ed22343877
Merge pull request #612 from budd3993/fix-webgpsmap-negatives
...
webgpsmap plugin - fixed check for nonzero lat/long
2019-11-15 12:04:00 +01:00
evilsocket
c70f2c30e9
Merge pull request #613 from wystans/master
...
Added signal strength to logging messages
2019-11-15 12:03:39 +01:00
Wystan Schmidt
5111490c70
Added rssi info to logging messages
...
Signed-off-by: Wystan Schmidt <wystans@gmail.com>
2019-11-14 20:13:50 -07:00
Josh Bauer
59ae35372e
fixed check for nonzero lat/long
2019-11-14 21:15:12 -05:00
evilsocket
5f593a4231
Merge pull request #609 from benleb/more-pythonic
...
f-strings and double quotes in gps plugin
2019-11-14 23:05:43 +01:00
Arttumiro
56cc872daa
Update paw-gps.py
2019-11-14 22:29:58 +02:00
Arttumiro
6e1490da78
Fix on_handshake, whole plugin should work now
...
Add the else: so if the ip is set in the options the plugin actually works.
2019-11-14 22:29:43 +02:00
Ben Lebherz
69597103b5
use f-strings and double quotes in gps plugin
2019-11-14 15:57:43 +01:00
Ben Lebherz
96ca5dd8e3
decrease spacing in gps ui
2019-11-14 15:46:12 +01:00
evilsocket
3efa3a935a
Merge pull request #601 from benleb/add-gateway-option
...
add gateway option to bt-tether
2019-11-14 11:04:30 +01:00
evilsocket
39ccd141eb
Merge pull request #602 from benleb/add-gps-coords-to-ui
...
show gps coords of last handshake in ui
2019-11-14 11:04:12 +01:00
evilsocket
1a30b52a90
Merge pull request #605 from benleb/make-label-spacing-dynamic
...
make label to value space configurable to better fit small fonts
2019-11-14 11:03:28 +01:00
Arttumiro
8965ad9272
change default ip of paw-gps, it needs port too.
...
Change default ip from 192.168.44.1 (which is the ip address of an android on bt tether) to 192.168.44.1:8080 so it has the default port paw-gps opens on, which is 8080.
2019-11-14 11:45:39 +02:00
Arttumiro
5dae0ce982
Fixed Paw-Gps, added a - mark to the config.
...
Before, paw-gps was set as pawgps in the config, this was different than the filename (paw-gps.py) so it didnt work, this request should fix that. (if this is the place that sets /etc/pwnagotchi/default.yml, this is my first PR so sorry im dumb)
2019-11-14 11:26:32 +02:00
Ben Lebherz
92266a783a
make label to value space configurable to better fit small fonts
2019-11-13 21:11:21 +01:00
Ben Lebherz
9e656d4ea6
show gps coords of last handshake in ui
2019-11-13 15:38:21 +01:00
Ben Lebherz
1d255b577d
add gateway option to bt-tether
2019-11-13 15:37:20 +01:00
Simone Margaritelli
1ff14c05a9
misc: small fix or general refactoring i did not bother commenting
2019-11-13 15:05:21 +01:00
Simone Margaritelli
ab63ecccd7
new: macos connection share script now autodetects the usb interface and uses en0 as default upstream ( closes #597 )
2019-11-13 14:54:49 +01:00
Simone Margaritelli
a7e37115d9
misc: small fix or general refactoring i did not bother commenting
2019-11-13 14:38:39 +01:00
Simone Margaritelli
b1d8aa3ba1
misc: several improvements on the web ui
2019-11-13 14:37:13 +01:00
evilsocket
6e26463278
Merge pull request #599 from ahsec/add_spanish_support
...
Adding support for Spanish language
2019-11-13 11:39:06 +01:00