Files
sphinx-key/broker
2022-09-27 12:49:41 -07:00
..
2022-05-25 16:16:02 -07:00
2022-09-22 18:20:54 -07:00
2022-09-21 12:39:25 -07:00
2022-09-20 09:45:56 -07:00
2022-09-09 10:18:19 -07:00

build w docker

navigate to top level (sphinx-key)

docker build -f broker/Dockerfile -t sphinx-key-broker .

test locally

To run the broker test against the esp32-c3:

cargo run -- --test

w docker

cid=$(docker create sphinx-key-broker) docker cp $cid:/usr/src/sphinx-key-broker - > local-key-broker docker rm -v $cid