Skip to content

Commit 6fa88f4

Browse files
committed
Updated manual
1 parent ab8e679 commit 6fa88f4

File tree

5 files changed

+32
-3
lines changed

5 files changed

+32
-3
lines changed

docs/Reticulum Manual.epub

166 Bytes
Binary file not shown.

docs/Reticulum Manual.pdf

139 Bytes
Binary file not shown.

docs/manual/_sources/interfaces.rst.txt

+16-1
Original file line numberDiff line numberDiff line change
@@ -365,14 +365,29 @@ can be used, and offers full control over LoRa parameters.
365365
# out identification on the channel with
366366
# a set interval by configuring the
367367
# following two parameters.
368+
368369
# id_callsign = MYCALL-0
369370
# id_interval = 600
370371
371372
# For certain homebrew RNode interfaces
372373
# with low amounts of RAM, using packet
373374
# flow control can be useful. By default
374375
# it is disabled.
375-
flow_control = False
376+
377+
# flow_control = False
378+
379+
# It is possible to limit the airtime
380+
# utilisation of an RNode by using the
381+
# following two configuration options.
382+
# The short-term limit is applied in a
383+
# window of approximately 15 seconds,
384+
# and the long-term limit is enforced
385+
# over a rolling 60 minute window. Both
386+
# options are specified in percent.
387+
388+
# airtime_limit_long = 1.5
389+
# airtime_limit_short = 33
390+
376391
377392
.. _interfaces-serial:
378393

docs/manual/interfaces.html

+15-1
Original file line numberDiff line numberDiff line change
@@ -527,14 +527,28 @@
527527
<span class="c1"># out identification on the channel with</span>
528528
<span class="c1"># a set interval by configuring the</span>
529529
<span class="c1"># following two parameters.</span>
530+
530531
<span class="c1"># id_callsign = MYCALL-0</span>
531532
<span class="c1"># id_interval = 600</span>
532533

533534
<span class="c1"># For certain homebrew RNode interfaces</span>
534535
<span class="c1"># with low amounts of RAM, using packet</span>
535536
<span class="c1"># flow control can be useful. By default</span>
536537
<span class="c1"># it is disabled.</span>
537-
<span class="n">flow_control</span> <span class="o">=</span> <span class="kc">False</span>
538+
539+
<span class="c1"># flow_control = False</span>
540+
541+
<span class="c1"># It is possible to limit the airtime</span>
542+
<span class="c1"># utilisation of an RNode by using the</span>
543+
<span class="c1"># following two configuration options.</span>
544+
<span class="c1"># The short-term limit is applied in a</span>
545+
<span class="c1"># window of approximately 15 seconds,</span>
546+
<span class="c1"># and the long-term limit is enforced</span>
547+
<span class="c1"># over a rolling 60 minute window. Both</span>
548+
<span class="c1"># options are specified in percent.</span>
549+
550+
<span class="c1"># airtime_limit_long = 1.5</span>
551+
<span class="c1"># airtime_limit_short = 33</span>
538552
</pre></div>
539553
</div>
540554
</section>

docs/manual/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)