MTConnect.NET-HTTP implements the HTTP protocol for use with the MTConnect.NET library. Supports MTConnect Versions up to 2.5. Supports .NET Framework 4.6.1 up to .NET 9
$ dotnet add package MTConnect.NET-HTTP
Classes to implement HTTP Clients & Servers for MTConnect
A client that implements the full MTConnect REST Protocol is implemented in the MTConnectHttpClient class. This client supports individual endpoint requests as well the streaming protocol.
Learn More : Click here to learn more about MTConnect REST HTTP Clients in MTConnect.NET
A fully MTConnect compatible HTTP web server is implemented in the MTConnectHttpServer class. This server supports all REST endpoints defined in the MTConnect standard as well as the streaming protocol.
Learn More : Click here to learn more about MTConnect REST HTTP Servers in MTConnect.NET