mirror of
https://github.com/meshtastic/python.git
synced 2026-06-13 10:04:29 -04:00
use long URLs because pypi is using them
This commit is contained in:
@@ -18,11 +18,11 @@ interface = meshtastic.StreamInterface() # By default will try to find a meshtas
|
|||||||
interface.sendData("hello world")
|
interface.sendData("hello world")
|
||||||
```
|
```
|
||||||
|
|
||||||
For the rough notes/implementation plan see [TODO](https://github.com/meshtastic/Meshtastic-python/TODO.md).
|
For the rough notes/implementation plan see [TODO](https://github.com/meshtastic/Meshtastic-python/blob/master/TODO.md).
|
||||||
|
|
||||||
## Command line tool
|
## Command line tool
|
||||||
|
|
||||||
This pip package will also install a "meshtastic" commandline executable, which displays packets sent over the network as JSON and lets you see serial debugging information from the meshtastic devices. The source code for this tool is also a good [example](https://github.com/meshtastic/Meshtastic-python/meshtastic/__main__.py) of a 'complete' application that uses the meshtastic python API.
|
This pip package will also install a "meshtastic" commandline executable, which displays packets sent over the network as JSON and lets you see serial debugging information from the meshtastic devices. The source code for this tool is also a good [example](https://github.com/meshtastic/Meshtastic-python/blob/master/meshtastic/__main__.py) of a 'complete' application that uses the meshtastic python API.
|
||||||
|
|
||||||
## Required device software version
|
## Required device software version
|
||||||
|
|
||||||
|
|||||||
3
TODO.md
3
TODO.md
@@ -5,7 +5,7 @@
|
|||||||
- add fromId and toId to received messages dictionaries
|
- add fromId and toId to received messages dictionaries
|
||||||
- update nodedb as nodes change
|
- update nodedb as nodes change
|
||||||
- radioConfig - getter/setter syntax: https://www.python-course.eu/python3_properties.php
|
- radioConfig - getter/setter syntax: https://www.python-course.eu/python3_properties.php
|
||||||
- DONE keep everything in dicts
|
- let user change radio params via commandline options
|
||||||
- document properties/fields
|
- document properties/fields
|
||||||
- include more examples: textchat.py, replymessage.py all as one little demo
|
- include more examples: textchat.py, replymessage.py all as one little demo
|
||||||
- have python client turn on/off radio sleep (use 0 for X to mean restore defaults)
|
- have python client turn on/off radio sleep (use 0 for X to mean restore defaults)
|
||||||
@@ -15,6 +15,7 @@
|
|||||||
- DONE make serial debug output optional (by providing a null stream)
|
- DONE make serial debug output optional (by providing a null stream)
|
||||||
- DONE make pubsub work
|
- DONE make pubsub work
|
||||||
- DONE make docs decent
|
- DONE make docs decent
|
||||||
|
- DONE keep everything in dicts
|
||||||
|
|
||||||
## Soon after initial release
|
## Soon after initial release
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user