mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Add meshtastic-python description & fix formatting
This commit is contained in:
parent
8d23a55903
commit
b84231d269
|
@ -106,7 +106,7 @@ The paramount Meshtastic project, the device firmware itself. Runs on supported
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<p>
|
<p>
|
||||||
TypeScript library for interfacting with Meshtastic
|
TypeScript library for interfacting with Meshtastic, built with RxJs and ProtoBuf.js
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -119,7 +119,10 @@ TypeScript library for interfacting with Meshtastic
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<p>
|
<p>
|
||||||
Description about product
|
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.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
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.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in a new issue