Updated documentation

This commit is contained in:
Mark Qvist
2022-05-14 20:19:15 +02:00
parent 3871d8615e
commit b35f86643a
9 changed files with 96 additions and 1 deletions
+7
View File
@@ -137,6 +137,13 @@ network, and vice versa.</p>
<li><p>The I2P network</p></li>
<li><p>TCP over IP networks</p></li>
<li><p>UDP over IP networks</p></li>
<li><p>Anything you can connect via stdio</p>
<ul>
<li><p>Reticulum can use external programs and pipes as interfaces</p></li>
<li><p>This can be used to easily hack in virtual interfaces</p></li>
<li><p>Or to quickly create interfaces with custom hardware</p></li>
</ul>
</li>
</ul>
<p>For a full list and more details, see the <a class="reference internal" href="interfaces.html#interfaces-main"><span class="std std-ref">Supported Interfaces</span></a> chapter.</p>
</div>