The edition of the LiveG OS family that runs on low-power, embedded devices.
Licensed by the LiveG Open-Source Licence.
Before building LiveG OS Nano, you'll need to install the PlatformIO SDK and a few required libraries for simulation. These can all be installed by running the following:
./installdev.sh
To build LiveG OS Nano and upload the firmware to hardware, run the following:
./build.sh --upload
To simulate LiveG OS Nano, run the following to build a WebAssembly (.wasm) file:
./build.sh --sim
Then start a web server to host the simulator:
python3 -m http.server
You can then visit https://localhost:8000/simulator to run the simulator.