Library and tools for interacting with Tibbo boards
We can already discover the boards reachable over the network, get their firmware and application, reboot them, and upload firmware and application.
The parsing is done using nom.
Install the tools:
% cargo install tibbo
Run:
% tibbo-discover
% tibbo-reboot [MAC address]
% tibbo-upload [MAC address] <firmware> <application>