+
+
+
Examples
+
A number of examples are included in the source distribution of Reticulum.
+You can use these examples to learn how to write your own programs.
+
+
Minimal
+
This example can be found at https://github.com/markqvist/Reticulum/blob/master/Examples/Minimal.py.
+
The Minimal example demonstrates the bare-minimum setup required to connect to
+a Reticulum network from your program. In about five lines of code, you will
+have the Reticulum Network Stack initialised, and ready to pass traffic in your
+program.
+
+
+
+
+
+
+
+
+
+
+