This is the simplest example app using the java version of the RightMesh library. It is meant to operate on Linux / Windows / Raspberry PI etc, or any other platform supporting Java. This app can interoperate with the Android version: https://github.com/RightMesh/HelloMesh
Refer to build.gradle for an example of integrating RightMesh into your own application.
./gradlew installDist
./gradlew run or ./build/install/HelloJavaMesh/bin/HelloJavaMesh
If you have an Internet connection, HelloJavaMesh will connect to a RightMesh Superpeer and discover peers around the world who are also connected to a superpeer.
At this time, the java library does not automatically join the RM network
so it is up to the developer to manually join the network with the device
the java code is running on. For testing purposes you should be able to
join any mobile phone network starting with RM-XXXXXX with the password
m3sht3st. BT connectivity is not supported at this time.