ml / tests @ da5dade7
Name | Size | Revision | Age | Author | Comment |
---|---|---|---|---|---|
nat-test | a7a1fe71 | almost 10 years | CsabaKiraly | tests: addded double NAT scenario git-svn-id: ... | |
Makefile.am | 257 Bytes | 16c26378 | about 11 years | CsabaKiraly | ML: moved test to separate folder git-svn-id: ... |
README | 682 Bytes | c97dcdae | almost 11 years | CsabaKiraly | ML: readme update git-svn-id: https://reposito... |
echoServer.c | 16.5 KB | da5dade7 | almost 10 years | MarcoBiazzini | ml restyling git-svn-id: https://repository.na... |
testfile.txt | 12.2 KB | b83e5428 | almost 10 years | CsabaKiraly | ML: moved testfile to place git-svn-id: https:... |
Latest revisions
README
We implemented a simple echo server to show how the messaging layer
library can be used. The echo server is named echoServer.c .
The echo server demonstartion requires that you start a STUN server
first. An open source STUN server is in the folder "../stun_server". It can
be started with the script start_stun_server.sh. In the following you
have to start three instances of the echo server in different shells,
each with a different argument. The arguments are 1, 2, and 3.
The commands for the demo in short:
In the folder ../stun_server/stund/ start
./start_stun_server.sh
Back in the original folder start
./echoServer 1
./echoServer 2
./echoServer 3
Also available in: Atom