Example CLI Apps
Simple C app that outputs information similar to uname
./examples/nodeinfo
Simple C App that outputs information similar to uname
and uptime
in JSON
./examples/systeminfo
TBD
Simple Python CLI that converts JSON to YAML and back again.
./examples/converter
Simple Go app that outputs information similar to uname
./examples/go-nodeinfo