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

looks like "set-ham" setting cannot be reverted. There is no way, once set, to unset it using python client. meshtastic --set-ham false Connected to radio Setting Ham ID to false...

### Category Other ### Hardware Rak4631 ### Firmware Version 2.3.13 ### Description Hello everyone, it's partly a bug, and partly a feature request. I tested the administration of nodes via...

bug

As mentioned in #582 there is a tool called [`reuse`](https://github.com/fsfe/reuse-tool) that can serve to lint against their specification. I'm not 100% sure if it's needed, but we should investigate if...

I have been looking at packaging the meshtastic CLI, so that it can easily be installed using `brew install meshtastic` on a Mac. There are a lot of dependencies listed...

When in managed mode a device is only supposed to be updatable over the admin channel

Increasing unit test line coverage a bit for some of the BLE classes; very very minor code cleanup where I remove a line of code that simply will not be...

Initial attempt to add python type hints to the majority of the (non pb2) python files in this repo. There are a few notes about things that may need attention,...

Hello and thanks for developing this tool. In the past the use of Black to format the code was proposed in https://github.com/meshtastic/python/issues/125 I would like to propose this PR to...

In the examples here: https://meshtastic.org/docs/development/python/library/ We have a method we can subscribe to called `onReceive`. Is there a way to hook into something similar like `onSend`? Like anytime the device...

enhancement

It is possible to request the following via CLI for a remote node: --request-position (returns position co-ords & alt) --request-telemetry (returns current device metrics) Is it possible to add --request-environmental...