Nox
0413d00825
Handle ROUTING_APP error response in onResponseTraceRoute
...
Previously, receiving a ROUTING_APP packet in response to a traceroute
would cause the function to attempt parsing it as a RouteDiscovery
payload, resulting in a crash or silent failure followed by a timeout.
This mirrors the error handling already present in onResponseTelemetry
and onResponseWaypoint, but displays the specific errorReason instead
of a hardcoded firmware version message, since traceroute is a
diagnostic tool where the exact failure reason is more valuable.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-03 22:50:56 +08:00
Ian McEwen
2494bb4c63
Merge pull request #828 from NekoCWD/nekocwd/hop-limits
...
FR: Add Hop Limits to send functions
2026-03-02 10:20:34 -07:00
Ian McEwen
c7ee644ad2
update hopLimit docs to be in correct sections/include types
2026-03-02 10:15:14 -07:00
Ian McEwen
9af5f22837
Apply trailing comma suggestions from code review
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-02 10:10:52 -07:00
Ian McEwen
1d3bdf143a
Merge pull request #871 from viric/traceroute-0hop
...
Fix traceroute timeout for case of 0-hops
2026-03-02 10:05:33 -07:00
Ian McEwen
7129a9f963
Update meshtastic/mesh_interface.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-02 10:01:27 -07:00
Clive Blackledge
545c3ab192
Add traffic management module to the config.
2026-02-25 01:47:53 -08:00
David Andrzejewski
57d43b84e4
Merge branch 'master' into node-favorites
2026-01-08 18:40:43 -05:00
David Andrzejewski
4f6d183ed1
Show favorite nodes in --nodes
2026-01-08 18:13:03 -05:00
Lluís Batlle i Rossell
d9057c0aaf
Fix traceroute timeout for case of 0-hops
...
It was not waiting any time.
2025-11-29 15:40:33 +01:00
pdxlocations
9285f7d13f
add waypoint parameter
2025-10-29 08:58:25 -07:00
horrible-knots
2de7c30a27
Plumb timeout from --timeout through MeshInterface
...
Fix C0301: Line too long
Ignore the pylint for 6 positional arguments
2025-10-13 17:35:30 -04:00
Vasiliy Doylov
38a13f300f
mesh_interface: deleteWaypoint: add hopLimit
2025-09-23 16:32:29 +03:00
Vasiliy Doylov
eef8a37703
mesh_interface: sendWaypoint: add hopLimit
2025-09-23 16:31:52 +03:00
Vasiliy Doylov
63b940defb
mesh_interface: sendTelemetry: add hopLimit
2025-09-23 16:30:18 +03:00
Vasiliy Doylov
e5efa94264
mesh_interface: sendPosition: add hopLimit
2025-09-23 16:28:56 +03:00
Vasiliy Doylov
efa841b08c
mesh_interface: sendAlert: add hopLimit
2025-09-23 16:26:02 +03:00
Vasiliy Doylov
6ff13eb95c
mesh_interface: sendText: add hopLimit
2025-09-23 16:23:24 +03:00
shukari
38b163fa89
move logger init to the end of the import block for mesh_interface
2025-08-06 20:00:42 +02:00
shukari
db1891b651
Added Logging Handler Names
2025-08-06 18:21:32 +02:00
Ian McEwen
fcdd83838b
Merge pull request #795 from pdxlocations/canned-config
...
Add Ringtone and Canned Messages to --export-config and --configure
2025-07-22 17:22:11 -07:00
Ian McEwen
125f63419e
Merge branch 'master' into client-notifications
2025-07-22 09:54:17 -07:00
Cyclic3
ca82e1ce2b
plumb reply_id into sendText and sendData
2025-07-08 23:38:02 +01:00
pdxlocations
308ac93399
add to configure
2025-06-24 07:40:11 -07:00
pdxlocations
84417f0bb1
working export-config
2025-06-23 22:39:24 -07:00
pdxlocations
0bb3389b3b
init
2025-06-23 22:11:50 -07:00
Ian McEwen
a097161dbc
Add a sendMqttClientProxyMessage helper for client proxy implementation
2025-06-16 12:45:25 -07:00
Ian McEwen
46a8db286c
Add handling of clientNotification on FromRadio, sending a pubsub message
2025-02-20 12:36:21 -07:00
Ian McEwen
985366c812
Merge pull request #710 from digitaldisarray/master
...
Add text message port cli option
2025-02-19 09:55:01 -07:00
Ian McEwen
3954fbd404
fix misc lint, test, type complaints from CI
2025-02-19 09:52:16 -07:00
Ian McEwen
5f174b2850
Merge pull request #731 from migillett/464/0x-prefix
...
464: allow for 0x node prefix values
2025-02-19 09:30:15 -07:00
David Andrzejewski
2f48594dc3
Fix a pylint error regarding typing.
2025-02-18 22:09:37 -05:00
David Andrzejewski
c7c3c69fc3
Fix a pylint error regarding typing.
2025-02-18 22:08:26 -05:00
David Andrzejewski
53e40d5aab
Fix a pylint error
2025-02-18 22:05:46 -05:00
David Andrzejewski
27ac28e300
Fixing indentation per project coding standards.
2025-02-18 21:18:22 -05:00
David Andrzejewski
6bc5f5e305
Fix count vs len on a list ( https://github.com/meshtastic/python/pull/736#discussion_r1960099918 )
2025-02-18 21:15:31 -05:00
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
David Andrzejewski
6ebddb67c0
Refactored showNodes. It now uses a lookup table to determine the human-readable names of the fields.
2025-02-15 17:18:14 -05:00
David Andrzejewski
82554a1f18
Add optional parameter to specify what fields to show with --nodes
2025-02-15 02:23:13 -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