This is a terminal-based IEC104 client application built using the tview library. It provides a user-friendly interface for interacting with IEC104 servers.
- Configuration management for IEC104 connection parameters
- Display of telemetry and teleindication data
- Sending telecontrol commands and teleregulation setpoints
- Logging of application events
- Go 1.20 or higher
-
Clone the repository:
git clone <repository-url> cd iec104 -
Install dependencies:
go mod tidy
- Run the application:
go run main.go