Skip to content

Add hoplimit argument to override default hopLimit in config #745

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ppicazo
Copy link
Contributor

@ppicazo ppicazo commented Feb 26, 2025

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.

Add command line argument for hopLimit to override the default one set in the config for `--sendtext`, `--traceroute`, `--request-telemetry`, and `--request-position`.
@ppicazo
Copy link
Contributor Author

ppicazo commented Feb 26, 2025

@ianmcorvidae could you take a look at this?

@ppicazo ppicazo marked this pull request as draft February 26, 2025 23:42
@ppicazo
Copy link
Contributor Author

ppicazo commented Feb 26, 2025

Making some more changes...

@rc14193
Copy link
Contributor

rc14193 commented Mar 15, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants