Merge branch 'feature/pages-docs' of github.com:quartiq/stabilizer into feature/pages-docs
This commit is contained in:
commit
a136590ec8
|
@ -46,7 +46,9 @@ used:
|
||||||
* `value` = `{"ip": [192, 168, 0, 1], "port": 4000}`
|
* `value` = `{"ip": [192, 168, 0, 1], "port": 4000}`
|
||||||
|
|
||||||
```
|
```
|
||||||
python miniconf.py --broker localhost dt/sinara/dual-iir/00-11-22-33-44-55 stream_target='{"ip": [192, 168, 0, 1], "port": 4000}'
|
python miniconf.py --broker 10.34.16.10 dt/sinara/dual-iir/00-11-22-33-44-55 stream_target='{"ip": [10, 34, 16, 123], "port": 4000}'
|
||||||
|
|
||||||
|
Where `10.34.16.10` is the MQTT broker address that matches the one configured in the source code and `10.34.16.123` and `4000` are the desire stream target IP and port.
|
||||||
```
|
```
|
||||||
|
|
||||||
The prefix can be found for a specific device by looking at the topic on which telemetry that is
|
The prefix can be found for a specific device by looking at the topic on which telemetry that is
|
||||||
|
|
Loading…
Reference in New Issue