From 81a61c28619ef9f32e79e5698bc4162ca1ceb82d Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 16 Jan 2024 22:18:32 +0100 Subject: Add Destination to Send page --- templates/send.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'templates/send.html') diff --git a/templates/send.html b/templates/send.html index e287b18..2a669e4 100644 --- a/templates/send.html +++ b/templates/send.html @@ -1,8 +1,28 @@ {% include "head.html" %}

Send a frame

+

+ One main feature of CATS is that packets are constructed from Whiskers. + Each Whisker represents one possible attribute of data.

+

On this page you can select which whiskers to include in your packet.

+

Identification

+

{{ conf.callsign }}-{{ conf.ssid }}

+

Destination Whisker

+

CATS packets can optionally have one or more destinations. + This can be useful for e.g. sending a message to another amateur radio operator, + or for communicating with a service. + The destination consists of a UTF-8 callsign and an SSID byte.

+ +
+

Comment Whisker

-- cgit v1.2.3