Files
i2p.itoopie/apps/sam/doc
mkvore-commit a4d16af95d SAM version 3 :
- 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)
2009-04-02 08:22:31 +00:00
..
2009-04-02 08:22:31 +00:00

The Simple Anonymous Messaging protocol provides a way for
client applications to communicate anonymously over I2P without 
having to deal with the complexities of I2CP.  More information can
be found at http://www.i2p.net/sam and a comparison of the various
client access techniques is up at http://www.i2p.net/applications

There are a few SAM libraries available in this package, as well as
a Java implementation of the SAM bridge.