Classes to implement HTTP Clients & Servers for MTConnect
Package Name | Downloads | Link |
MTConnect.NET-HTTP | https://www.nuget.org/packages/MTConnect.NET-HTTP |
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