python
python copied to clipboard
The Python CLI and API for talking to Meshtastic devices
Channels can be either disabled, primary or secondary. Both deleting or disabling a channel lead to the same role entry. But the latter one keeps its settings for the case...
`--set-time [TIMESTAMP] ` is included in the CLI error message, but not in the online documentation. If this is a supported feature, it should be documented. The command would be...
I'm running the Meshtastic CLI from `source meshtastic_cli/bin/activate` using Linux Mint. The user is in a Bluetooth group. USB connection works fine. However, Bluetooth connection fails. I'm sure the node...
**Background** When the connectNow parameter to StreamInterface's init() method is True, it will also call connect() during init(). Then connect() starts a thread for receiving data and starts the process...
Hardware: Heltec V3 Firmware: 2.6.11 Meshtasticd: V 2.6.4 Minimal reproducible example ``` meshtastic --host 192.168.1.201 \ --set-owner-short "B4F8"\ --set-owner "Denville Relay B4F8" sleep 30s meshtastic --host 192.168.1.201 --export-config ``` Result:...
If I don't have internet it takes 16 seconds just to run `--info` to get my local node info ``` ::text $ time meshtastic --tcp 192.168.162.160 --info Connected to radio...
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.3.0 to 4.4.8. Release notes Sourced from jupyterlab's releases. v4.4.8 4.4.8 (Full Changelog) Bugs fixed Debugger: Only send the configurationDone message once as per the DAP #17912...
Summary Added new actions/arguments to send nodedb. This should be exactly what the android app does when using exchanging user info option on node details Motivation I wanted a way...
# Add Node Database Export Feature ## Summary This PR adds the ability to export the node database to JSON or CSV format, matching functionality available in the Android Meshtastic...
This should fix #575 and also fix #576. At least for the boards I have and a local serial connection. Other boards may need to be fed data even more...