Library to interact with Tibbo boards

crates.io docs.rs License Join the XMPP chat at tibbo@muc.linkmauve.fr

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.

How to use

Install the tools:

% cargo install tibbo

Run:

% tibbo-discover
% tibbo-reboot [MAC address]
% tibbo-upload [MAC address] <firmware> <application>

Links