This is my Linux port of Ultravnc repeater source code. I did this port when learning about tcp/ip programming, so expect it to be buggy and unstable (works for me, though) ;-)

Compile with command: Make
You should now have a repeater file, start it with command ./repeater

You can give listening ports (not under 1024 without root privileges) via command line, for example:
./repeater 5900 5500

This listens for incoming viewer connections on port 5900 and for incoming server connections on port 5500 (these are defaults, btw).

This program only accepts ID code string of format ID:1234, where first 3 characters always have to be "ID:" and number can be any positive long integer.

If you have any questions, suggestions, bugfixes etc, contact me via email:jarit1.korhonen@dnainternet.net

Regards,

Jari Korhonen


