Initial notes.

This commit is contained in:
geeksville
2020-04-26 19:21:10 -07:00
commit 7504488609
2 changed files with 48 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# Meshtastic-python
A python client for using Meshtastic devices. This small library (and example application) provides an easy API for sending and receiving messages over mesh radios. It also provides access to any of the operations/data available in the device user interface or the Android application. Events are delivered using a publish-subscribe model, and you can subscribe to only the message types you are interested in.
You probably don't want this yet because it is a pre-alpha WIP.
For the rough notes/implementation plan see (TODO.md).