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

@ -74,13 +74,13 @@ You will require atleast one of [these](https://github.com/meshtastic/meshtastic
#### Meshtastic App #### Meshtastic App
<table> <table>
<tr> <tr>
<td> <td>
<p> <p>
The official Meshtastic Android app, It provides messaging, channel configuration and a real time map. It also has inbuilt functionality for updating device firmware over Bluetooth The official Meshtastic Android app, It provides messaging, channel configuration and a real time map. It also has inbuilt functionality for updating device firmware over Bluetooth
</p> </p>
</td> </td>
</tr> </tr>
</table> </table>
@ -89,13 +89,13 @@ The official Meshtastic Android app, It provides messaging, channel configuratio
#### Meshtastic Device #### Meshtastic Device
<table> <table>
<tr> <tr>
<td> <td>
<p> <p>
The paramount Meshtastic project, the device firmware itself. Runs on supported hardware that allows the creation of mesh networks at any scale The paramount Meshtastic project, the device firmware itself. Runs on supported hardware that allows the creation of mesh networks at any scale
</p> </p>
</td> </td>
</tr> </tr>
</table> </table>
@ -103,25 +103,28 @@ The paramount Meshtastic project, the device firmware itself. Runs on supported
#### Meshtastic.js #### Meshtastic.js
<table> <table>
<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>
</table> </table>
#### Meshtastic-python #### Meshtastic-python
<table> <table>
<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>
</td> <p>
</tr> 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>
</td>
</tr>
</table> </table>