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

Is it practical to create a man page for the Meshtastic command? Would be a nice addition if there's a standard way to do it for Python packages.

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 to 2.5.0. Release notes Sourced from urllib3's releases. 2.5.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

I'm looking at integrating Bluetooth connectivity into the TC2-BBS software. I created a simple Python script that connects, waits, and disconnects from a RAK 4631 radio. It connected fine, but...

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.28.3 to 5.29.5. Commits f5de0a0 Updating version.json and repo version numbers to: 29.5 8563766 Merge pull request #21858 from shaod2/py-cp-29 05ba1a8 Add recursion depth limits to pure...

dependencies
python

Probably not done the right way, but works to do manual key-verification from python. Needs a protobuf update to go with it.

Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...

dependencies
python

When running --export-config the file generated is using UTF-16 LE encoding, but the --configure option used to import that same file only accepts UTF-8 encoded files. My environment is python...

Not sure if this should be an issue. I'm trying to get a value back from the readGPIOs(id, mask) function in the remote_hardware.py module. I'm not sure if I'm using...