lnetwalker / openMSR

Instrumentation,Control, Automation Tools like PLC and others
https://www.openmsr.org/
2 stars 1 forks source link

Test MQTT feature #104

Closed lnetwalker closed 4 years ago

lnetwalker commented 4 years ago

systematically test the MQTT feature

lnetwalker commented 4 years ago

prepare a raspberry pi with mosquitto as MQTT server to test the DeviceServer against it

lnetwalker commented 4 years ago

instead of a raspberry I used the official mosquitto container running on Host docker.hucky.net:1883 no security, no users, just plain MQTT

lnetwalker commented 4 years ago

tested DeviceServer on pinebook aginst this MQTT instance. Worked well, only ugly debug messages from DeviceServer. Check source on debugging output in MQTT related parts and do them with correct debug flag usage! After some time i got the following messages:

TMQTTClient.ForceDisconnect Error writing debugfile TMQTTClient.ForceDisconnect Error writing debugfile

lnetwalker commented 4 years ago

seems that error was an networkin issue on pinebook