README stuff added
authorhackbard <hackbard>
Thu, 17 Oct 2002 14:40:39 +0000 (14:40 +0000)
committerhackbard <hackbard>
Thu, 17 Oct 2002 14:40:39 +0000 (14:40 +0000)
README

diff --git a/README b/README
index ace15f6..03e0bcc 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,36 @@
-internet audio/video conferencing
+*** internet audio/video conferencing ***
+-----------------------------------------
 
+-- this is still in development, use
+ cvs -d:pserver:anonymous@hackdaworld.dyndns.org:/my-code co ivac
+                                                       to stay tuned ;) --
 
-you can use stream and receive by now.
+you can use the following programs by now:
 
-usage:
+- stream
+- receive
+- udpstream
+- udpreceive
 
-server: cat /my_movies/foobar.vob | ./stream 23000
-client: ./receive <server-ip> 23000
+INSTALL:
+--------
+
+just type:
+
+make
+cp stream receive udpstream udpreceive /usr/bin
+
+USAGE:
+------
+
+for tcp connections use:
+
+server: cat /my_movies/foobar.vob | stream <port>
+client: receive <server-ip> <port>
+
+or for udp:
+
+server: cat /my_movies/foobar.vob | udpstream <broadcast-ip> <port>
+client: udpreceive <server-ip> <port>
 
 have fun!