News #37
Replies: 2 comments
-
Upcoming v6.0 ReleaseHttp ServerThe Http Server is being switched to use the Ceen Httpd library as opposed to the standard HttpListener. The Ceen Httpd library has more straight forward TLS configuration and should provide better streaming functionality. New ability to configure multiple Http Servers with different configurations. This allows a localhost server for HTTP Put/Post and a separate Http/Https server that doesn't allow Put/Post for remote connections. Overall it should allow for more flexibility. MQTTBetter MQTT functionality and more streamlined TLS configuration (should be identical to HTTP TLS configuration) Single Agent ApplicationA single Agent application that supports HTTP, MQTT, and Gateway/Broker configuration. This should help with confusion of which Agent to use. I can still publish the individual Agent applications if requested. Admin APII'm looking at implementing an Admin API for updating the configuration. This would be accessible from an external configuration GUI. EntityClient classesNew "EntityClient" classes for accessing just the MTConnect entities (Device, Observation, Asset) that can use the same Interface across HTTP or MQTT. |
Beta Was this translation helpful? Give feedback.
-
Video Tutorial Series@versex799 is doing a tutorial series on how to implement MTConnect for use with Fanuc FOCAS and is using MTConnect.NET as the library. Be sure to check out the first video on how to setup a TrakHound MTConnect Agent https://youtu.be/sT8-DMDwy_8 Upcoming ReleasesNew updates are coming soon and I'm planning on a new v6.0 release at the end of the May. Thank you to everyone who has used and supported this project. -Patrick |
Beta Was this translation helpful? Give feedback.
-
MTConnect.NET - News
Coming 2.0 Update
I'm planning to release a v2.0 update of the Agents around the beginning of the year that will include the changes listed below:
MTConnect SHDR Tool
I published a new repo MTConnect SHDR Tool which is a client tool used for testing Agents and Applications using the SHDR protocol. It uses the MTConnect.NET libraries and is simple to use.
Support
I want to thank everyone for the support for this project and I hope it has been helpful to others looking to implement MTConnect. In just under a year since our first release this project has:
To further support this project, make sure to "Star" this repository on GitHub as this helps it show up in search results.
Thanks again for all of the support and please let me know if there are any issues or feature requests.
-Patrick
Beta Was this translation helpful? Give feedback.
All reactions