Hi wondering how to invoke the changes using netcat in docker environment? nc localhost 5051 does not do anything in base.json ``` .. "request": [ { "type": "cpu-temp", "processors": 1 }, { "type": "modbus", "io": "config/usb_id.json", "devices": { "17": { "type": "rover", "server": { "port": 5051 } .. ```
Hi
wondering how to invoke the changes using netcat in docker environment?
nc localhost 5051
does not do anything
in base.json