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

--get and --set methods are available for the new Config and ModuleConfig sections Many convenience methods that use refactored objects like position for their functionality need to be fixed *...

bug
good first issue
help wanted

![image](https://user-images.githubusercontent.com/198902/187038864-dc508100-3df7-4cc7-a535-d9927ba6455b.png) Things to reproduce: `meshtastic --host foo.bar --info`

Giglio — Today at 9:24 AM As an aside I went to configure the Station G1 with fixed LAT/LON and received the following when trying to do it by command...

enhancement
good first issue
help wanted
1.3

I have 3 Heltec version 3 and I'm having random problems with settings not "sticking", both via command line and app. meshtastic cli version 2.2.22 Android app version 2.2.24 Heltec...

help wanted

running Linux ubuntu 4.15.0-213-generic x86_64 followed instructions on ubuntu release page, error seen same as closed issue 447 (https://github.com/meshtastic/python/issues/447) user@ubuntu:/home$ meshtastic [16496] Error loading Python lib '/tmp/_MEIcP97hv/libpython3.9.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version...

Now we can send ping messages with a channel index. Additionally, a new unit test has been added to simulate this functionality, and other tests have been fixed. e.g ```sh...

I have made a bash script to get the weather information onto a text file using json and jq and then i forked and edited @pdxlocations script https://github.com/pdxlocations/Meshtastic-Python-Examples/blob/main/send-environment-metrics.py to read...

**Proposed Implementation:** When executed with a node number, the `--remove-node` command would send the remove_by_nodenum admin message to the device's radio firmware. This would remove the specified node from the...

I've got a test program subscribed to the `meshtastic.receive` topic: ``` py import json import time import meshtastic import meshtastic.serial_interface from pubsub import pub def onReceive(packet, interface): d = packet.get("decoded")...