about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..72ff7fc
--- /dev/null
+++ b/README
@@ -0,0 +1,20 @@
+TTB(1)			    General Commands Manual			TTB(1)
+
+NAME
+     ttb - tiny tcp broadcast
+
+SYNOPSIS
+     ttb [port [address]]
+
+DESCRIPTION
+     ttb is a server that broadcasts all incoming messages from any connection
+     to every other one.
+
+     The arguments are as follows:
+
+     port    Port to listen.  Default is 8604.
+
+     address
+	     Address to listen.	 Default is 0.0.0.0.
+
+ttb				April 17, 2025				   ttb