Patrick Ritchie
Patrick Ritchie
Thanks for the information. I've done some work to certificate handling in the version-6.0 branch. You may want to take a look at the updated code here: https://github.com/TrakHound/MTConnect.NET/blob/version-6.0/libraries/MTConnect.NET-MQTT/Clients/MTConnectMqttClient.cs Please let...
Thanks for letting me know. Yeah it looks like something went wrong during building the docker image. I'll rebuild and publish a new image.
I just published v6.3.2 which should fix the issue. I had something out of order in my build scripts for Docker that weren't copying the files correctly for the past...
The 'agent.information.json' file is created at runtime and is mainly used to keep the agent UUID consistent for the install (if you install a new version, the UUID remains the...
Thank you for looking into this and for the information. It looks like you are correct that I was not setting the Heartbeat based on the response from the Adapter....
Yes I should be able to add this as a configuration option to force the Ping regardless of whether data has been received. I will add this to the next...
Thanks for the information. This looks like it may be related to Issue #57 as well. I am working on getting an ubuntu environment setup to test these issues and...
After some testing, using AWS IoT as a broker, I found that adding a CA cert in Windows is ignored and can connect but when run on Ubuntu I got...
I did move the order around while testing but I may go back and try again. I also found a few more examples on the MQTTnet repo https://github.com/dotnet/MQTTnet/blob/e18a91a4b59bc312aa9acf9be575401d07b793e4/Samples/Client/Client_Connection_Samples.cs#L440 Yes I...
Yes, it needs to be rewritten to not use the XmlSerializer. I have ran into similar issues a few times. It should be possible to use source generation based on...