commit ef29a712df3a8479377161f9c036427320571de4 parent ac461db9bf82015ed7b63aa87bfa66749fc343ef Author: sin <sin@2f30.org> Date: Mon, 4 Jun 2012 14:00:22 +0100 sscall: Update README Diffstat:
M | README | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -2,3 +2,17 @@ What is it? =========== A simple UDP based voice chat program. + +How to use it +============= + +Pick one of the scripts already available and just +pipe them over to sscall. + +For e.g. on OpenBSD: + +./obsd/obsd-rec.sh | sscall 192.168.1.2 1234 4321 + +This will stream your voice to machine 192.168.1.2 +on port 1234. Similarly on the other side you can +connect on port 4321 on the local machine.