Proof of concept implementation of various ROTS features/requirements
25개 이상의 토픽을 선택하실 수 없습니다. 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