Proof of concept implementation of various ROTS features/requirements
|
1 year ago | |
---|---|---|
admin | 3 years ago | |
protocol | 3 years ago | |
README.md | 1 year ago |
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
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