You may see "couldn't find broker" when you try to use the host name in the iNex command line.
for example:
inex /n:"Net1" /e:"Subsystem 1"/mqtt://SmartServer-17q3dsa.local/17q3dsa" /DIRECT:ine /VERBOSE
Workaround: use the SmartServer IP address instead.
For example:
inex /n:"Net1" /e:"Subsystem 1"/mqtt://10.0.0.10:1883/17q3dsa" /DIRECT:ine /VERBOSE
Comments