Skip to content

Latest commit

 

History

History
 
 

MTConnect.NET-HTTP

MTConnect.NET Logo

MTConnect.NET-HTTP

Classes to implement HTTP Clients & Servers for MTConnect

Nuget

Package Name Downloads Link
MTConnect.NET-HTTP https://www.nuget.org/packages/MTConnect.NET-HTTP

Client

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

Server

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