Skip to content

Commit

Permalink
Add examples directory
Browse files Browse the repository at this point in the history
Add an examples directory, to show sample board and resource files
with common patterns (for attributes and commands).

Signed-off-by: Tim Bird <[email protected]>
  • Loading branch information
tbird20d committed Nov 16, 2021
1 parent 23f0d76 commit beb43b8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions examples/board-bbb-ttc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"AssignedTo": "Tim",
"board": "bbb",
"camera": "logitech1",
"command_status_cmd": "command_test.sh %(board)s",
"description": "BeagleBone Black in Tim's lab",
"download_cmd": "ttc %(board)s cp target:%(src)s %(dest)s",
"end_time": "never",
"host": "timslab",
"ip_addr": "10.0.1.93",
"name": "bbb",
"network_status_cmd": "pingtest.sh %(ip_addr)s",
"power_controller": "acme1",
"power_measurement": "acme1",
"power_port": "1",
"run_cmd": "ttc %(board)s run %(command)s",
"serial_endpoints": [
"serial-GE"
],
"start_time": "2021-10-06_17:50:49",
"upload_cmd": "ttc %(board)s cp %(src)s %(dest)s"
}

0 comments on commit beb43b8

Please sign in to comment.