python icon indicating copy to clipboard operation
python copied to clipboard

Add hoplimit argument to override default hopLimit in config

Open ppicazo opened this issue 10 months ago • 4 comments

Add command line argument for hopLimit to override the default one set in the config for --sendtext, --traceroute, --request-telemetry, and --request-position.

meshtastic --host 192.168.1.10 --traceroute df81f5d7 --hoplimit 5 meshtastic --host 192.168.1.10 --sendtext "hello world" --hoplimit 2

If hoplimit is not specified, defaults to the hoplimit in set in the radio config.

ppicazo avatar Feb 26 '25 06:02 ppicazo

@ianmcorvidae could you take a look at this?

ppicazo avatar Feb 26 '25 22:02 ppicazo

Making some more changes...

ppicazo avatar Feb 26 '25 23:02 ppicazo

Can you add the hopLimit parameter to sendWaypoint and sendAlert since you already address the other two funcs that need it added according to this issue

rc14193 avatar Mar 15 '25 15:03 rc14193

Hi; sorry it took me quite a while to look into this. Your changes look good to me, so if you're interested in putting it out of draft I think it could be merged.

ianmcorvidae avatar May 08 '25 22:05 ianmcorvidae