Language library links for APIs
This commit is contained in:
@ -2,6 +2,13 @@
|
|||||||
{% block title %}{{ _('BOB - Basic Open Bridge') }}{% endblock %}
|
{% block title %}{{ _('BOB - Basic Open Bridge') }}{% endblock %}
|
||||||
{% block lastupdated %}{% trans %}August 2010{% endtrans %}{% endblock %}
|
{% block lastupdated %}{% trans %}August 2010{% endtrans %}{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<h2>Language libraries for the BOB API</h2>
|
||||||
|
<ul>
|
||||||
|
<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>
|
<h2>{% trans %}Technical differences from SAM (for the better?){% endtrans %}</h2>
|
||||||
|
|
||||||
<p>{% trans -%}
|
<p>{% trans -%}
|
||||||
@ -342,11 +349,4 @@ and point to a different machine on your LAN while you do updates, or
|
|||||||
point to a set of backup machines depending on what is running, etc,
|
point to a set of backup machines depending on what is running, etc,
|
||||||
etc. Only your imagination limits what you could do with BOB.
|
etc. Only your imagination limits what you could do with BOB.
|
||||||
{%- endtrans %}</p>
|
{%- endtrans %}</p>
|
||||||
|
|
||||||
<h2>Language libraries for the BOB API</h2>
|
|
||||||
<ul>
|
|
||||||
<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>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -21,6 +21,16 @@ The reported version remains "1.0".
|
|||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h2>Language libraries for the SAMv1 API</h2>
|
||||||
|
<ul>
|
||||||
|
<li>C</li>
|
||||||
|
<li>C#</li>
|
||||||
|
<li>Perl</li>
|
||||||
|
<li>Python</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
The libraries are in the I2P source repository.
|
||||||
|
|
||||||
<h2>Version 1 Protocol</h2>
|
<h2>Version 1 Protocol</h2>
|
||||||
<pre>
|
<pre>
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user