CORIOmaster2 APIs
There are 3 APIs available for connecting to CORIOmaster2 devices.
REST API
A RESTful API using messages formatted with JSON.
Best for secured and unsecured Ethernet communication
View specificationWebSocket API
A WebSocket API using messages formatted with JSON, for bi-directional communication.
Best for REST events
DownloadCLI API
Text-based command line interface. You can use the CLI API over TCP/IP or Serial (RS-232).
Best for serial, RS-232, communication.
Download