Language library links for APIs

This commit is contained in:
str4d
2014-07-13 23:39:29 +00:00
parent e399a88529
commit 74bebbbe79
2 changed files with 17 additions and 7 deletions

View File

@ -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 %}

View File

@ -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>
---------------------------------------------------------------------- ----------------------------------------------------------------------