Updated README.md files
This commit is contained in:
parent
070b408254
commit
8c7381f020
|
@ -39,4 +39,10 @@ The configuation directory can be specified by
|
|||
|
||||
A fully configured example can be found [here](example)
|
||||
|
||||
See the sample [`torch.conf`](torch.conf) file for additional configuration options and details
|
||||
See the sample [`torch.conf`](torch.conf) file for additional configuration options and details
|
||||
|
||||
## Roadmap
|
||||
|
||||
[ ] Create a Debian service installation package
|
||||
|
||||
[ ] Create a [pi-gen](https://github.com/RPi-Distro/pi-gen) image with TORch agent installed and `/boot` partition configuration
|
|
@ -6,8 +6,9 @@ The example creates a Vagrant machine configured with TORch Agent
|
|||
|
||||
#### Install dependencies
|
||||
|
||||
* `docker`
|
||||
* `mosquitto_sub`
|
||||
* [Install Docker](https://docs.docker.com/engine/install/ubuntu/)
|
||||
|
||||
* Install `mosquitto_sub`
|
||||
* `apt install mosquitto-clients`
|
||||
|
||||
#### Run the Broker
|
||||
|
@ -21,7 +22,6 @@ Add the following line to your `/etc/hosts` file:
|
|||
Run the broker in a terminal window:
|
||||
|
||||
```bash
|
||||
cd example
|
||||
./run-broker.sh
|
||||
```
|
||||
|
||||
|
@ -30,7 +30,6 @@ cd example
|
|||
In a separate terminal window, run the subscriber:
|
||||
|
||||
```bash
|
||||
cd example
|
||||
./run-subscriber.sh
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user