From eba7daeebc79080ede43d440ee075b0ef7ca96eb Mon Sep 17 00:00:00 2001 From: Nakidai Date: Tue, 20 May 2025 00:33:49 +0300 Subject: Add code --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..1930e75 --- /dev/null +++ b/README @@ -0,0 +1,11 @@ +SmallTCP +======== +these are small scripts for TCP client (buc) and server (bus). buc connects to a +server and works like netcat. bus broadcasts messages between peers. + +usages: +buc [ip [port]] +bus [port [ip]] + +default port in 8604 +default ip is (client == buc ? 127.0.0.1 : 0.0.0.0) -- cgit 1.4.1