/ezbus_runner

eZBus runner - Run EzBus test suites. - EzBus is a true peer-to-peer token-bus protocol library intended to work on the RS-485 physical layer. Designed to run on resource constrained micro-controllers.

Primary LanguageCMIT LicenseMIT

ezbus_runner

eZBus runner

Compile

git submodule init
git submodule update
make

Two run two nodes with id's 1 and 2, do something like:

./ezbus_runner_1 -i 1 2> /dev/null &

./ezbus_runner_1 -i 2

...and so on...