About plugins #699
Replies: 4 comments 8 replies
-
Reticulum's API is pretty well documented. Reticulum API Reference. As far as Sideband is concerned, it's an app in itself that runs on Reticulum networks, and implements LXMF. What would be the use case of adding ATAK to Sideband? Just transferring messages? |
Beta Was this translation helpful? Give feedback.
-
As well as relaying telemetry, in an emergency situation coordination is a very important reticulum that allows for networks to be set up quickly and easily across a large number of multiple different devices. By allowing sensor information as well as communications to be relayed it can allow people to respond more efficiently in an emergency situation. Sideband already exists and of all the reticulum clients it has one for just every commonly used operating system; moreover, it also has plug-in support so it for my point of view makes the most logical choice for this setup. |
Beta Was this translation helpful? Give feedback.
-
Here's the full Reticulum API reference. You can also find several basic example programs here. Those are also included in the manual, but probably easier to access from the source repository. That should get you started with the basic concepts on how to write Reticulum-based programs. There's basic LXMF example code here, but the code for Sideband, MeshChat and nomadnet are also worth looking at for details on the more advanced stuff. For Sideband plugins specifically, there's a whole range of example plugins available right here for you to build on. For more info on all of the different sensor types supported, have a look at the Telemeter source code from the Sideband repository. Btw, there's also native support in Sideband for exporting received/collected telemetry to MQTT servers. |
Beta Was this translation helpful? Give feedback.
-
The RTAK project might be worth checking out:
|
Beta Was this translation helpful? Give feedback.
-
I want to code a plugin for Sideband to communicate with ATak. However, I can't find any documentation on the Sideband and Reticulum APIs. Where is the documentation?
Beta Was this translation helpful? Give feedback.
All reactions