Patrick Ritchie

Results 43 comments of Patrick Ritchie

I think that was just the link in the README.md file that was incorrect. Installation instructions are provided in the same README file.

Thanks for the information. Are you able to connect using MQTT Explorer from inside a Docker container? I'm wondering if that might be causing an issue. Have you installed the...

I just created a new release [(v6.2.0)](https://github.com/TrakHound/MTConnect.NET/releases/tag/v6.2.0-beta) that may fix some of the issues you were having. I made a number of changes to configuring TLS for both HTTP and...

Glad to hear you have found the embedded agent helpful. I intended for additional devices to be added by adding multiple configurations to the configuration file similar to below: ```yaml...

Yes, the embedded agent supports all of the standard command line arguments including "install" which will install as a windows service. #### Command Prompt ``` YourAssembly.exe install ``` Note that...

Thanks for the information and yes I'll fix this issue in the 5.4.x branch. I should have the updated version published tomorrow.

I pushed a new commit that should fix this issue. Let me know if you need an updated Nuget package or compiled agent for v5.4.x. I'm looking to make version...

@EcTomBot It looks like you are correct that there is an issue with reading an XML document on a single line and it looks like your proposed changes will fix...

@EcTomBot Sorry for the delay in response. Yes this seems to have fixed the issue and the changes are included in the latest commit 2653770c72f9cda1ed3f58f6ee60f13563d81ca9. I will create a new...

@EcTomBot Sorry for the delay. I just published a new [Release v1.4.0](https://github.com/TrakHound/MTConnect.NET/releases/tag/v1.4.0-agents) that includes this update. Please let me know if you find any other issues and I appreciate the...