Proof of concept implementation of various ROTS features/requirements
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
S.J.R. van Schaik 10595417f5 add README 5 yıl önce
admin admin: implement jtag command 6 yıl önce
protocol protocol: update commands 7 yıl önce
README.md add README 5 yıl önce

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