Michael Gillett
|
cc411ce0bb
|
remove nargs and unneeded fstrings
|
2025-02-18 15:05:31 -05:00 |
|
Michael Gillett
|
bd68739158
|
>= 8 instead of > 8
|
2025-02-18 14:30:28 -05:00 |
|
Michael Gillett
|
530d92ead2
|
remove redundant f string
|
2025-02-18 14:24:04 -05:00 |
|
Michael Gillett
|
60f9dc6266
|
new implementation
|
2025-02-18 14:23:55 -05:00 |
|
Michael Gillett
|
f9ae021e43
|
remove old implementation
|
2025-02-18 14:23:40 -05:00 |
|
Michael Gillett
|
5600ce92b0
|
update to comments
|
2025-01-26 13:10:56 -05:00 |
|
Michael Gillett
|
efb848adf9
|
comments explaining logic
|
2025-01-26 12:58:18 -05:00 |
|
Michael Gillett
|
0d8646189f
|
remove logging.info used for local debugging
|
2025-01-26 12:56:17 -05:00 |
|
Michael Gillett
|
d0023df8ca
|
slight logic rework
|
2025-01-26 12:55:03 -05:00 |
|
Michael Gillett
|
c086b6372e
|
Update mesh_interface.py
|
2025-01-26 11:58:48 -05:00 |
|
Michael Gillett
|
1e6625d062
|
feature/nodes-add-role
|
2025-01-21 22:31:33 -05:00 |
|
Ian McEwen
|
f4c085fc50
|
Merge pull request #714 from loic-fejoz/feature/waypoint
Waypoint creation/move/deletion
|
2024-12-27 09:46:45 -07:00 |
|
Ian McEwen
|
57f0598082
|
Fix some pylint complaints
|
2024-12-27 09:40:17 -07:00 |
|
Ben Meadors
|
d161291ca4
|
Add sendAlert method on mesh interface
|
2024-12-22 09:09:54 -06:00 |
|
Loïc Fejoz
|
7cc18e9df6
|
fix(waypoint): Missing methods
Add missing methods callbacks regarding waypoints.
|
2024-12-21 10:36:36 +01:00 |
|
Ian McEwen
|
f950ecae2d
|
Display unknown hop count as '?', and header as just 'Hops'
|
2024-12-20 23:04:36 -07:00 |
|
Loïc Fejoz
|
9284a848f2
|
feat(waypoint): Waypoint creation/deletion
Add methods to send (create or move), delete waypoint.
Add an example script to create, move, delete waypoint.
|
2024-12-18 17:36:58 +01:00 |
|
Ian McEwen
|
31f322f1c2
|
Make dotmap (via meshtastic.test) and print_color optional
|
2024-12-12 20:59:22 -07:00 |
|
Ben Meadors
|
b180b6fb15
|
Allow request-telemetry to illicit LocalStats response
|
2024-11-24 08:19:40 -06:00 |
|
Sean Kilgore
|
ee405fec41
|
autoprint other types of telemetry when returned from --request-telemetry
|
2024-10-14 16:58:52 -07:00 |
|
Ian McEwen
|
78b92cecc9
|
fix type check
|
2024-10-13 20:40:22 -07:00 |
|
Ian McEwen
|
7088b90514
|
Support requesting different telemetry types
|
2024-10-13 20:35:11 -07:00 |
|
Ian McEwen
|
0523d4c94f
|
disable R0917 pylint failures
|
2024-10-12 12:49:14 -07:00 |
|
Ian McEwen
|
b73cc1f499
|
Make it so wantconfig isn't a 1 in 4294967296 lottery for getting no nodes
|
2024-10-01 14:00:06 -07:00 |
|
Ian McEwen
|
cbd3c119fe
|
Fix pylint errors
|
2024-09-28 20:15:08 -07:00 |
|
Ian McEwen
|
bbd6d6a541
|
Change order of logging and parsing fromRadioBytes, and add a bit more traceback logging at that point
|
2024-09-28 20:11:52 -07:00 |
|
Ian McEwen
|
81db38956b
|
Silence pylint
|
2024-09-28 18:37:05 -07:00 |
|
Ian McEwen
|
27729995d2
|
Default to pkiEncrypted always on for admin messages
|
2024-09-28 11:13:04 -07:00 |
|
Derek Arnold
|
9e7d5e96ab
|
Rename "retries" to "attempts"
Otherwise, semantically, it's off-by-one.
|
2024-09-15 12:03:51 -05:00 |
|
Derek Arnold
|
662aea049a
|
Merge branch 'master' into remote-admin-retry
|
2024-09-15 11:46:32 -05:00 |
|
Derek Arnold
|
44cfd72a80
|
make sure new_index is always an int
|
2024-09-15 11:39:10 -05:00 |
|
Ian McEwen
|
399dd477b8
|
Merge branch 'master' into 2.5
|
2024-09-05 14:00:35 -07:00 |
|
Derek Arnold
|
3811226a61
|
add a configurable timeout
|
2024-09-03 22:12:03 -05:00 |
|
Derek Arnold
|
9612aea9b9
|
Add in a retry mechanism for channel settings
Attempts multiple times to fetch things over the admin channel
before giving up.
|
2024-09-03 21:58:16 -05:00 |
|
Jonathan Bennett
|
428e9a228c
|
Remove unused time variable
|
2024-08-29 23:09:04 -05:00 |
|
Jonathan Bennett
|
4500850063
|
Don't automatically set the time from Python
The Python MO is to do as little as possible beyond what the user has intentionally instructed. So don't try to set the time automatically.
|
2024-08-29 22:29:20 -05:00 |
|
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
|
bcce5687c5
|
Merge pull request #659 from wnagele/unreachable_code
Code block unreachable
|
2024-08-25 13:18:06 -07:00 |
|
Wolfgang Nagele
|
d77335caa7
|
Add sendHeartbeat doc-string
|
2024-08-25 22:13:08 +02:00 |
|
Wolfgang Nagele
|
b692ef4cfb
|
Add method to be able to send heartbeat
|
2024-08-25 14:47:41 +02:00 |
|
Wolfgang Nagele
|
e725292ee0
|
Code block unreachable
|
2024-08-25 14:39:37 +02: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 |
|
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 |
|
Ian McEwen
|
fd9b691b74
|
Include uptime_seconds in sendTelemetry and print upon response
|
2024-07-10 17:29:42 -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 |
|