You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,10 @@ IEC 60870-5-104 (IEC 104) server and client implementation with test features.
3
3
4
4
Work in progress.
5
5
6
+
- Run as client with `go run cmd/main.go`
7
+
- Use `-s` to run as server.
8
+
- Use `-h 192.168.0.1` to connect to or listen on specific hostname or IP address. Default is localhost.
9
+
- Use `-p 2405` to connect or listen on specific port. Default is `2404`.
10
+
- For more cli flags use `--help`
11
+
12
+
This repository is mainly used in my other repository [https://github.com/viduq/brez104](https://github.com/viduq/brez104) which is a GUI program for IEC 104.
0 commit comments