a simple android app companion prototype for https://smcameron.github.io/space-nerds-in-space/
- click the floating button to record a command
- you can update the ip address in the settings menu
If you have android studio installed you should be able to import this project and build it.
you can build this code on the command line with the included gradle wrapper, but you will need the android sdk installed.
- with shell script(linux/mac)
./gradlew build - with batch script(windows)
gradlew build