python icon indicating copy to clipboard operation
python copied to clipboard

The Python CLI and API for talking to Meshtastic devices

Results 206 python issues
Sort by recently updated
recently updated
newest added

I'm using the python API to talk to a Meshtastic instance running on localhost. this is a Raspberry Pi 3B, if that matters. Every so often, it gets the following...

When traceroute fails, it fails catastrophically. It needs to be refactored to exit gracefully rather than hanging the system. For testing pruposes, I have a bash script on my Ubuntu...

Hi, I am trying to use the api on my rpi0, but even listing the nodes crashes `(meshtastic --serial /dev/ttyUSB0 --nodes):` ``` Traceback (most recent call last): File "/home/m/venv/bin/meshtastic", line...

Hi team, I’ve been using Meshtastic in a large-scale deployment involving dozens (126) of LoRa-connected nodes in a real-world environment. The system involves frequent scanning, battery-powered mobility, and a central...

**_CLI:v2.6.1 Device:Wismesh Pocket V2 (RAK4631) FW:2.6.4 beta_** When using Meshtastic CLI v2.6.1 and issuing `meshtastic --factory-reset`, the device disconnects with phone, the screen freezes, and buttons stop responding. **It only...

I would like to turn off allowUndefinedPinAccess true `meshtastic --info` ```json "remoteHardware": { "enabled": true, "allowUndefinedPinAccess": true, "availablePins": [] }, ``` So I'm trying to set pin 16 and hopefully...

### Category Serial, WiFi ### Hardware T-Beam ### Firmware Version 2.3.4.ea61808 ### Description From the CLI, I set the psk to something with a leading zero. Reboot the device, the...

bug

I get an error when I try to run Meshastic as a system call to Ubuntu. Here's a MRE: ``` import os os.system( "meshtastic --reboot") ``` I get the same...

I'd like to start a discussion on having `--get` show all values by default, not just changed ones. It will help with discovery and debugging. For example, `--get bluetooth` will...

Overview Had a new node that was reporting a position 130 km away from correct location, wanted to use CLI to troubleshoot as IOS app was not working as expected....