Proof of concept implementation of various ROTS features/requirements
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tbm-go-rots/README.md

25 lines
373 B

5 years ago
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
```