Sleep Mode: Difference between revisions

From AllStarLink Wiki
Jump to navigation Jump to search
imported>N8THN
created page
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Warning|adv-topics/sleepmode}}
[[Category:How to]]
[[Category:How to]]
Sleep mode allows the local repeater receiver to be disabled after a set period of inactivity. The repeater receiver will be re-enabled if the following events occur:
1. An "awaken from sleep" COP command is decoded on any command source
2. There is traffic coming in from a remote node
3. There is telemetry coming in from a remote node.
Additionally, the sleep inactivity timer will be reset if there are any signals on the repeater input which are received during the time the system is awake.
=== COP Methods ===
51 Enable Sleep Mode
52 Disable Sleep Mode
53 Awaken from Sleep
54 Go back to sleep when the TX carrier drops
=== Node Stanza ===
sleeptime= - number of seconds of tx inactivity befor going to sleep. The default value for this setting is 900 seconds (15 minutes). Example:
sleeptime=300
=== Notes ===
Sleep mode is useful for temporarily resolving interference issues.
This feature is also known as "touch tone up".
This feature is available in app_rpt.c version 0.206 or later.

Latest revision as of 00:04, 29 May 2025

Legacy Version - This page is about a legacy version of AllStarLink. See https://allstarlink.github.io/adv-topics/sleepmode

Sleep mode allows the local repeater receiver to be disabled after a set period of inactivity. The repeater receiver will be re-enabled if the following events occur:

1. An "awaken from sleep" COP command is decoded on any command source

2. There is traffic coming in from a remote node

3. There is telemetry coming in from a remote node.

Additionally, the sleep inactivity timer will be reset if there are any signals on the repeater input which are received during the time the system is awake.

COP Methods

51 Enable Sleep Mode

52 Disable Sleep Mode

53 Awaken from Sleep

54 Go back to sleep when the TX carrier drops

Node Stanza

sleeptime= - number of seconds of tx inactivity befor going to sleep. The default value for this setting is 900 seconds (15 minutes). Example:

sleeptime=300

Notes

Sleep mode is useful for temporarily resolving interference issues.

This feature is also known as "touch tone up".

This feature is available in app_rpt.c version 0.206 or later.