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/dashboard.html | 5 +++++ templates/send.html | 20 ++++++++++++++++++++ 2 files changed, 25 insertions(+) (limited to 'templates') diff --git a/templates/dashboard.html b/templates/dashboard.html index be176c4..fa899ba 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -1,6 +1,11 @@ {% include "head.html" %}

Dashboard

+
+

Statistics

+

This node is up since {{ node_startup_time }}

+

Database contains {{ num_received_frames }} received frames

+

Ten most recent packets

    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