Skip to content

Commit 37211cc

Browse files
authored
Update README.md
1 parent d27a371 commit 37211cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@ IEC 60870-5-104 (IEC 104) server and client implementation with test features.
33

44
Work in progress.
55

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

Comments
 (0)