Proof of concept implementation of various ROTS features/requirements
Find a file
S.J.R. van Schaik 10595417f5 add README
2019-02-15 17:07:43 +01:00
admin admin: implement jtag command 2017-12-20 21:32:55 +01:00
protocol protocol: update commands 2017-10-31 17:55:02 +01:00
README.md add README 2019-02-15 17:07:43 +01:00

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