Skip to content
IanWraith edited this page Mar 1, 2011 · 4 revisions

When started the program listens for connections on TCP/IP Port 17887. When a client connects (this can be simulated with the command "telnet 127.0.0.1 17887") the program responds with "OK".

Following that on receiving a voice frame the program sends the following information to each connected client ..

"#" - The # character is sent to indicate the start of a voice frame

C - A integer 1 or a 2 is sent to indicate which channel this frame is from

Followed by 27 integers which contain the 216 bits that make up a voice frame. Each integer contains 8 bits.

Up to 10 clients can be connected to each program.

Please note the author of the program has designed this feature only for the use of people who are legally entitled to make use of it.

Clone this wiki locally