I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 16f85373 authored by str4d's avatar str4d
Browse files

More language library links

parent 10c38d11
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,9 @@
{% block content %}
<h2>Language libraries for the BOB API</h2>
<ul>
<li>Go - <a href="https://bitbucket.org/kallevedin/ccondom">ccondom</a></li>
<li>Python - <a href="http://{{ i2pconv('git.repo.i2p') }}/w/i2py-bob.git">i2py-bob</a></li>
<li>Twisted - <a href="https://pypi.python.org/pypi/txi2p">txi2p</a></li>
<li>Go - <a href="https://bitbucket.org/kallevedin/ccondom">ccondom</a></li>
</ul>
<h2>{% trans %}Technical differences from SAM (for the better?){% endtrans %}</h2>
......
......@@ -11,16 +11,6 @@ Newer alternatives:
<a href="{{ site_url('docs/api/bob') }}">BOB</a>.
</p>
<h3>I2P 0.9.14 Changes</h3>
<p>
The reported version remains "1.0".
<ul>
<li>DEST GENERATE now supports a SIGNATURE_TYPE parameter.
<li>The MIN parameter in HELLO VERSION is now optional.
<li>The MIN and MAX parameters in HELLO VERSION now support single-digit versions such as "3".
</ul>
</p>
<h2>Language libraries for the SAMv1 API</h2>
<ul>
<li>C</li>
......@@ -31,6 +21,16 @@ The reported version remains "1.0".
The libraries are in the I2P source repository.
<h3>I2P 0.9.14 Changes</h3>
<p>
The reported version remains "1.0".
<ul>
<li>DEST GENERATE now supports a SIGNATURE_TYPE parameter.
<li>The MIN parameter in HELLO VERSION is now optional.
<li>The MIN and MAX parameters in HELLO VERSION now support single-digit versions such as "3".
</ul>
</p>
<h2>Version 1 Protocol</h2>
<pre>
----------------------------------------------------------------------
......
......@@ -13,6 +13,13 @@ Alternatives:
<a href="{{ site_url('docs/api/bob') }}">BOB</a>.
</p>
<h2>Version 3 Language Libraries</h2>
<ul>
<li>C - <a href="http://git.repo.i2p/w/libsam3.git">libsam3</a></li>
<li>Go - <a href="https://bitbucket.org/kallevedin/sam3">sam3</a>,
<a href="https://github.com/cryptix/goSam">goSam</a> (<a href="http://git.repo.i2p/w/goSam.git">in I2P</a>)</li>
</ul>
<h2>Version 3 Changes</h2>
<h3>Version 3.0 Changes</h3>
<p>
......@@ -41,11 +48,6 @@ Version 3.1 was introduced in I2P release 0.9.14.
</ul>
</p>
<h2>Version 3 Language Libraries</h2>
<ul>
<li>Go - <a href="https://bitbucket.org/kallevedin/sam3">sam3</a></li>
</ul>
<h2>Version 3 Protocol</h2>
<pre>
----------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment