forked from I2P_Developers/i2p.i2p
- Raw and Datagram sessions implemented
- option "SILENT=true" added to the stream protocol
- java 6 warnings removed
ministreaming :
- java 6 warnings removed
ministreaming and streaming :
- added functions :
I2PServerSocket.waitIncoming(long timeout)
I2PServerSocket.accept(boolean block)
25 lines
318 B
Plaintext
25 lines
318 B
Plaintext
# test example
|
|
|
|
#in a first terminal, launch :
|
|
./samIn.py inTest
|
|
|
|
#in a second terminal, launch :
|
|
./samOut.py
|
|
|
|
#and again
|
|
./samOut.py
|
|
|
|
##########
|
|
|
|
# test example n°2
|
|
|
|
#in a first terminal, launch :
|
|
./samForward.py inTest
|
|
|
|
#in a second terminal, launch :
|
|
./server.py
|
|
|
|
#in a third terminal, launch :
|
|
./samOut.py
|
|
|