diff --git a/i2p2www/pages/site/docs/api/samv3.html b/i2p2www/pages/site/docs/api/samv3.html index 6eaf6b59..17477bce 100644 --- a/i2p2www/pages/site/docs/api/samv3.html +++ b/i2p2www/pages/site/docs/api/samv3.html @@ -1,6 +1,6 @@ {% extends "global/layout.html" %} {% block title %}SAM V3{% endblock %} -{% block lastupdated %}2021-01{% endblock %} +{% block lastupdated %}2021-03{% endblock %} {% block accuratefor %}0.9.49{% endblock %} {% block content %}

SAM is a simple client protocol for interacting with I2P. @@ -176,6 +176,22 @@ Older versions: +

Quick Start

+

+To implement a basic TCP-only, peer-to-peer application, the client must support the following commands. +

+ + + + +

Version 3 Changes

Version 3.0 Changes