IEC 60870-5-104 (IEC 104) server and client implementation with test features.
Work in progress.
- Run as client with
go run cmd/main.go - Use
-sto run as server. - Use
-h 192.168.0.1to connect to or listen on specific hostname or IP address. Default is localhost. - Use
-p 2405to connect or listen on specific port. Default is2404. - For more cli flags use
--help
This repository is mainly used in my other repository https://github.com/viduq/brez104 which is a GUI program for IEC 104.