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

Please report each nodes "ROLE" to a new column in the --nodes report

enhancement

I've just installed the meshtastic-cli and wanted to snoop around one of my nodes via HTTP, and while the `--nodes` argument prints the output nicely, the `--info` argument results in...

I am building an application (APRS Meshtastic gateway), that would significantly benefit from being able to send **tabpback messages**. For example, a tabpback message of thumbs up could signal that...

enhancement

Would be very useful to have additional --nodes output in JSON format so can be used in code.

Now you can separate true zero hops away from "0/unknown" show the unknown as "?" Will look neater frees up more space.

Hello! I have been building a [GUI](https://gitlab.com/kop316/gtk-meshtastic-client) on top of your library, and I have been trying to figure out how to retrieve any messages that the device received and...

Replacing #597 (I'm sure there's a more elegant way to do this.) Fixes a single missing "import io" in stream_interface.py

Flag which nodes are via (MQTT) in --nodes report (ideal on a new column on the RHS)

### Current Issue - The `--info` output has become excessively long due to the increasing size of meshes. - Recent changes in how `--info` is displayed can result in node-specific...

The Heltec V3 comes with the ESP32 S3 which does not seem to be explicitly supported yet. Communication over the USB port utilizes the CP210x so it works. The S3...