about summary refs log tree commit diff
path: root/ttb.1
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2025-04-17 22:07:39 +0300
committerNakidai <nakidai@disroot.org>2025-04-17 22:07:39 +0300
commitf26e500b97d18313ef68d92337d4d612099ef9ea (patch)
tree77ec72c434b29f356220a5cc8f22b46a72918145 /ttb.1
downloadttb-f26e500b97d18313ef68d92337d4d612099ef9ea.tar.gz
ttb-f26e500b97d18313ef68d92337d4d612099ef9ea.zip
Add files v1.0.0
Diffstat (limited to 'ttb.1')
-rw-r--r--ttb.131
1 files changed, 31 insertions, 0 deletions
diff --git a/ttb.1 b/ttb.1
new file mode 100644
index 0000000..1a1a501
--- /dev/null
+++ b/ttb.1
@@ -0,0 +1,31 @@
+.Dd April 17, 2025
+.Dt TTB 1
+.Os
+.
+.Sh NAME
+.Nm ttb
+.Nd tiny tcp broadcast
+.
+.Sh SYNOPSIS
+.Nm
+.Op Ar port Op Ar address
+.
+.Sh DESCRIPTION
+.Nm
+is a server
+that broadcasts all incoming messages
+from any connection
+to every other one.
+.
+.Pp
+The arguments are as follows:
+.Bl -tag -width Ds
+.It Ar port
+Port to listen.
+Default is
+.Dv 8604 .
+.It Ar address
+Address to listen.
+Default is
+.Dv 0.0.0.0 .
+.El