Add meshtastic-python description & fix formatting

This commit is contained in:
Sacha Weatherstone 2021-02-22 09:37:11 +11:00 committed by GitHub
parent 8d23a55903
commit b84231d269
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>