Changeset 8603250
- Timestamp:
- Jul 21, 2004 6:25:44 AM (17 years ago)
- Branches:
- master
- Children:
- 5214436
- Parents:
- 9a8a099
- git-author:
- jrandom <jrandom> (07/21/04 06:25:44)
- git-committer:
- zzz <zzz@…> (07/21/04 06:25:44)
- Location:
- apps/sam
- Files:
-
- 5 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/sam/doc/README
r9a8a099 r8603250 1 SAM - Simple Anonymous Messaging - is a protocol which allows 2 I2P applications to access the I2P network via an unencrypted 3 TCP socket connection. 1 The Simple Anonymous Messaging protocol provides a way for 2 client applications to communicate anonymously over I2P without 3 having to deal with the complexities of I2CP. More information can 4 be found at http://www.i2p.net/sam and a comparison of the various 5 client access techniques is up at http://www.i2p.net/applications 4 6 5 Interim SAM protocol specification can be found at: 6 http://drupal.i2p.net/node/view/144 7 8 At time of first writing this README, an implementation of the SAM 9 server has been implemented in Jython (www.jython.org). 10 11 You can find the server code, and build files, in the ../jython 12 directory. 13 14 A python client implementation, containing demo functions, 15 can be found in the ../python directory. 16 17 I2P developers are strongly encouraged to create SAM 18 client implementations in other languages, most importantly, 19 popular portable languages like C/C++, Perl and Ruby. 20 21 The 'code.leo' file in this directory is used by the Leo 22 code editor (http://leo.sf.net), to manage the source in a 23 flexible tree format. While I can't insist on it, I'd 24 massively appreciate it if you could use this editor when 25 making additions and changes to the files herein, because 26 it will save me a lot of maintenance effort. 27 7 There are a few SAM libraries available in this package, as well as 8 a Java implementation of the SAM bridge.
Note: See TracChangeset
for help on using the changeset viewer.