GUVWAF
c92474cf36
HopStart should be set for route back to be valid
2024-08-26 20:32:51 +02:00
Ian McEwen
b2acc84717
remove trailing whitespace
2024-08-25 18:27:34 -07:00
Ian McEwen
1981f0e899
Merge pull request #654 from GUVWAF/2way_traceroute
...
Show two-way traceroute result with SNR if available
2024-08-25 16:54:36 -07:00
Ian McEwen
84dff75399
allow for underscore-only stuff in camel_to_snake, silly as that is
2024-08-24 23:38:48 -07:00
Ian McEwen
df12b8a659
appease the pylint beast
2024-08-24 23:34:28 -07:00
Ian McEwen
eedf42b904
add more fuzzing tests for utility functions
2024-08-24 22:25:18 -07:00
Ian McEwen
e7ed254d9d
appease pylint, tests, mypy
2024-08-24 22:00:29 -07:00
Ian McEwen
dfa29bbb7c
Add ensureSessionKey to setURL and setFixedPosition calls
2024-08-24 21:50:44 -07:00
Jonathan Bennett
a9e2168f1d
Refactor to add ensureSessionKey function
2024-08-24 20:18:57 -05:00
Jonathan Bennett
eec745c861
Add missed colon in if statement
2024-08-24 19:29:18 -05:00
Jonathan Bennett
4cc283d004
Add the admin sessionkey_only request
2024-08-24 17:27:42 -05:00
Ian McEwen
bc508ff9e6
cleanup admin stuff a little
2024-08-24 14:15:37 -07:00
Jonathan Bennett
78399503c5
Adds handlers to get and set admin session_key for remote admin
2024-08-24 15:32:44 -05:00
GUVWAF
216fd7ddc4
Show two-way traceroute result with SNR if available
2024-08-24 10:07:48 +02:00
Jonathan Bennett
15b5e93563
Correctly format public key and add to node list
2024-08-23 22:21:54 -05:00
Ian McEwen
1bbcc452ae
precalculate bit-shifts and don't generate too-large random numbers for packet ID generation
2024-08-23 15:34:25 -07:00
Ian McEwen
c8cf8094c3
randomize packet IDs as firmware does
2024-08-23 13:18:23 -07:00
Ian McEwen
58466f2ab7
Add wiring for security config in node.py
2024-08-21 22:11:45 -07:00
Ian McEwen
bb6f51eb43
protobufs: 2.5 (in progress, untagged)
2024-08-21 21:58:56 -07:00
Ian McEwen
abb00251c0
protobufs: v2.4.1
2024-08-21 19:52:56 -07:00
Ian McEwen
d57186d1e4
protobufs: v2.4.0
2024-08-21 19:07:35 -07:00
Ian McEwen
40d03a6ea1
mess with more stuff to try to make powermon optional
2024-08-11 10:19:38 -07:00
Ian McEwen
6757f5cdb5
slog depends on powermon, so move it within the optional block as well
2024-08-11 10:16:22 -07:00
Ian McEwen
72de803195
Attempt to make powermon stuff optional, hopefully allowing pypi release
2024-08-11 10:08:40 -07:00
Ian McEwen
5366ddf770
Add/update some types to be at least as backwards-compatible as we can be
2024-08-08 09:43:43 -07:00
Ian McEwen
fd4282b401
Merge pull request #636 from geeksville/pr-powermon2
...
final powermon / power analysis reporting changes
2024-08-08 09:36:16 -07:00
Ian McEwen
e84a3cb468
appease pylint
2024-08-04 12:26:20 -07:00
Ian McEwen
2ae18c1903
Clarify documentation of position options slightly
2024-08-04 12:22:57 -07:00
Kevin Hester
8096d10276
Do code coverage testing on analysis (using stored device data)
2024-08-01 10:07:48 -07:00
Kevin Hester
bf71e09091
get test coverage on powermon and slog stuff
2024-07-31 15:46:37 -07:00
Kevin Hester
4906f79be5
fix linter warnings (and alas: reformat __main__.py)
...
main.py's only real change is
log_set: Optional[LogSet] = None # type: ignore[annotation-unchecked]
Everything else is the automated reformatting to match our trunk formatting
rules.
2024-07-31 15:19:16 -07:00
Kevin Hester
a4715171e4
Add basic arg parsing to the meshtastic analysis stuff
2024-07-31 14:41:47 -07:00
Kevin Hester
c8eb202c15
cleanup and document analysis stuff
2024-07-31 13:40:29 -07:00
Kevin Hester
ea0c7abc3d
Merge remote-tracking branch 'root/master' into pr-powermon2
...
# Conflicts:
# meshtastic/mesh_interface.py
2024-07-23 16:57:08 -07:00
Kevin Hester
66f83835d9
use bootstrap for layout
2024-07-11 16:56:01 -07:00
Kevin Hester
39e03dbad8
add beginnings of analysis viewer (and fix poetry extras usage for tunnel)
2024-07-11 16:39:05 -07:00
Kevin Hester
4dbf9b94e9
do a new power measurement every 2ms(ish)
2024-07-11 12:27:16 -07:00
Kevin Hester
b464e90368
make ppk2 power meter threadsafe
2024-07-11 12:19:16 -07:00
Kevin Hester
3c76e19c33
poll for power readings much more rapidly - traces now look great
2024-07-11 11:49:12 -07:00
Kevin Hester
7e007e7e24
make ArrowWriter thread safe
2024-07-11 11:48:53 -07:00
Ian McEwen
fd9b691b74
Include uptime_seconds in sendTelemetry and print upon response
2024-07-10 17:29:42 -07:00
Kevin Hester
628a4cb9be
Always use IDENTICAL timestamps so the power and slog reports can match
2024-07-10 16:44:56 -07:00
Kevin Hester
d0db5cae13
Store much higher (time) res power readings any time we've just fetched
...
new readings. This allows for better plotting/analysis but still keeping
runtime polling low.
2024-07-10 16:44:27 -07:00
Kevin Hester
043530afca
fix linter warnings
2024-07-08 09:17:52 -07:00
Kevin Hester
eb45c16f89
Merge remote-tracking branch 'root/master' into pr-powermon2
...
# Conflicts:
# meshtastic/mesh_interface.py
2024-07-08 08:53:45 -07:00
Ian McEwen
865bb6a497
Remove python 3.8 warning. protobufs: v2.3.15 (brought in by merge)
2024-07-07 21:00:26 -07:00
Ian McEwen
c04943308a
Merge pull request #607 from geeksville/pr-powermon
...
PowerMon/StructuredLogging support
2024-07-07 20:56:28 -07:00
Ian McEwen
ec4e521001
Add a warning about this being the last version supporting python 3.8
2024-07-07 20:49:38 -07:00
Ian McEwen
19d7e914bc
Merge pull request #629 from ppicazo/trace_route_hop_fix
...
Fix for hopLimit param on sendTraceRoute not being respected
2024-07-07 20:43:22 -07:00
Paul Picazo
64bb668251
Fix line too long
2024-07-07 20:30:19 -07:00