python
python copied to clipboard
The Python CLI and API for talking to Meshtastic devices
Meshtastic-python local examples work fine and connect to the heltec-v2.0 433 mhz board (configured as ham) ### Meshtastic-python/examples# python info_example.py firmware_version:1.3.0.c97541d4-d. HELTEC_V2_0 :::::::::::: :::::::::::: TEST mosquitto sub pub to localhost...
We are trying to pass text messages from one ubuntu node to another in a 4 node ham meshtastic mesh on 433 mhz meshtastic --port /dev/ttyUSB0 --seriallog stdout Shutdown BT:...
Let the user know if they are not running the most current version of the cli. Use code like this https://github.com/meshtastic/Meshtastic-gui-installer/blob/master/meshtastic_flasher/util.py#L155 Perhaps, add a line at the bottom of the...
Currently, --info gives a string value for psk for channel settings. Then when trying to use that value to set psk on another node's channel settings, it expects a byte...
Users in discord are reporting that the url changes, but may be a different url after reboot
Need help on adding more smoke tests for the following: 1) ```--ch-enable``` and ```--ch-disable```: ~~Need help with how to use and verify these settings are applied~~ EDIT: This has been...
Looks like the pdoc tool will not generate methods/variables that start with an underscore, as that is the pythonic way to specify "private". Beings that Meshtastic-python is a dev library,...
It would be swell to see some of the channel details that we see over the serial logs, such as actual frequency, with the --info argument. For more context: https://meshtastic.discourse.group/t/antenna-improved-range/227/102?u=thebentern
Hello, I am trying to configure my T-Beam (M8N & SX1262) devices using meshtastic CLI and the newly updated configuration feature. (`--config`) When doing so, it sometimes runs without an...
Something like the version 1.2 ability to dump all the variables if you requested a improper variable with --get. This would make it easier to work with the ever changing...