From 574100fe3262f4a2ecb3cdd5ab2563b868922a46 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Thu, 24 Feb 2022 11:49:12 -0800 Subject: [PATCH] initial commit of data help --- web/templates/data_gateway_help.html | 142 +++++++++++++++++++++++++++ web/templates/flask_user_layout.html | 15 ++- 2 files changed, 156 insertions(+), 1 deletion(-) create mode 100644 web/templates/data_gateway_help.html diff --git a/web/templates/data_gateway_help.html b/web/templates/data_gateway_help.html new file mode 100644 index 0000000..fce4698 --- /dev/null +++ b/web/templates/data_gateway_help.html @@ -0,0 +1,142 @@ +{% extends 'flask_user/_public_base.html' %} +{% block content %} + +

Attention:

+

Please be aware that many (if not all) DMR radios DO NOT transmit your callsign when sending a GPS position. It is your responsibility to identify your station per the regulations of your country.

+

 

+

APRS/GPS

+

When a position is received by this gateway, it will extract the coordinates and create an APRS position packet. This gateway will find your callsign based your radio's DMR ID. It is essential to have your information up to date with RadioID.net. A default APRS SSID is appended your callsign. The APRS location packet is then uploaded to APRS-IS. No setup or account creation is required beforehand.

+

You can change the default APRS settings for your radio via SMS. If you have an account, you may also change your APRS settings by navigating to Settings > APRS Settings.

+

APRS Commands

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CommandDescriptionExample
*COMChange comment text of APRS position.*COM This is a test comment.
*SSIDChange the SSID of APRS position.*SSID 7
*ICONChange the icon of APRS position. See http://aprs.net/vm/DOS/SYMBOLS.HTM for icon list.*ICON /p
*PINSet a PIN number.*PIN 1234
*APRS ONEnable receiving of APRS messages.*APRS ON
*APRS OFFDisable receiving APRS messages.*APRS OFF
*MHSend APRS position using maidenhead grid square.*DM97xu
@[Callsign/SSID] [Message]Send an APRS message.@WXBOT current
+

 

+

Tiny Pages

+

Tiny Pages are statically retrievable pieces of information. A tiny page can be created and changed by a user in the web service. A tiny page can be retrieved via SMS with a simple command. Potential uses include help messages, net schedule messages, or whatever you can think of.

+ +

Tiny Page Commands

+ + + + + + + + + + + + + + + +
CommandDescriptionExample
?[Tiny Page Name]Retrieve specific tiny page.?HELP
+

 

+ +

Bulletin Board

+

The bulletin board is a tool that can be used for several purposes, including to see if your radio's SMS format is compatable with the data gateway. If the gateway can decode your radio's SMS, it will be posted here.

+

Bulletin Board Commands

+ + + + + + + + + + + + + + + + + + + + +
CommandDescriptionExample
*BBPost to the bulletin board.*BB This is a test.
*RBBRetrieve the last 3 posts via SMS.*RBB
+

 

+

Social Status

+

Social Status is an attempt to create a social media like service that can be used via SMS. Users can post to Social Status. Posts can be viewed on the dashboard, or retrieved via SMS.

+

Social Status Commands

+ + + + + + + + + + + + + + + + + + + + + + + + + +
CommandDescriptionExample
*SSPost a message to social status..*SS testing 123
*RSS [DMR ID]Retrieve last post of specific DMR ID.*RSS 1234567
*RSS [Callsign]Retrieve last post of specific user via callsign.*RSS N0CALL
+

 

+ + +{% endblock %} diff --git a/web/templates/flask_user_layout.html b/web/templates/flask_user_layout.html index 89adb90..9df4078 100644 --- a/web/templates/flask_user_layout.html +++ b/web/templates/flask_user_layout.html @@ -75,11 +75,24 @@ + + + + + -