Proof of concept implementation of various ROTS features/requirements
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
S.J.R. van Schaik 10595417f5 add README преди 5 години
admin admin: implement jtag command преди 6 години
protocol protocol: update commands преди 7 години
README.md add README преди 5 години

README.md

Building

mkdir -p ~/go/src/mcs
ln -s ~/Projects/tbm-go-rots ~/go/src/mcs
go install mcs/tbm-go-rots/admin
go install mcs/tbm-go-rots/protocol

Usage

To get the date from the admin serial interface:

~/go/bin/admin -serial-baud 115200 date

To get the date from the user serial interface:

~/go/bin/protocol -serial-baud 115200 date