Proof of concept implementation of various ROTS features/requirements
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
S.J.R. van Schaik 10595417f5 add README il y a 5 ans
admin admin: implement jtag command il y a 6 ans
protocol protocol: update commands il y a 7 ans
README.md add README il y a 5 ans

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