--
[my-code/ivac.git] / README
diff --git a/README b/README
index dac9ea1..03e0bcc 100644 (file)
--- a/README
+++ b/README
@@ -1 +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 the following programs by now:
+
+- stream
+- receive
+- udpstream
+- udpreceive
+
+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!