Downloads
opkg
If you have entware installed, there are packages built for opkg and included in the toltec repos as well as rmkit repo
build server
You can get a copy of all the apps and rmkit.h through the build server - there are two branches: stable and master, with stable releases being considered more vetted.
build from source
The source for all projects is is available on github
and is buildable via Docker by running
make docker
in the root of the source directory. The built binaries will
appear in artifacts/
To build an individual project, use make <project>
or make <project>_docker