ASB.ERH.TetraConnector.TetraControl 0.2.1
TetraConnector | TetraControl
The custom implementation of the TETRAcontrol API to exchange data with various external systems.
Configuration
ListenAddress: The IP address to listen onListenPort: The port to listen onUsername: A username expected for authenticationPassword: A password expected for authentication
Implemented parts of the API
At the moment only parts of the TETRAcontrol API are implemented.
- Authentication
- Username/Password in GET or POST requests
- Basic authentication
- Endpoints
- Websocket protocol on
/live.json - static HTTP on
/API/SDS
- Websocket protocol on
Sources
Published under MIT License (see choose a license)
No packages depend on ASB.ERH.TetraConnector.TetraControl.
.NET 8.0
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Logging (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.4)