diff --git a/scripts/dashboard/templates/about.html b/scripts/dashboard/templates/about.html new file mode 100644 index 0000000..895b6e8 --- /dev/null +++ b/scripts/dashboard/templates/about.html @@ -0,0 +1,43 @@ + + + + + {{title}} + + + +{% include 'header.html' %} +{{description}} +

 

+

Contact information for this gateway.

+ + + + + + + + + + + + + + + + + + + +
Name{{contact_name}}
Callsign {{contact_call}}
E-Mail {{contact_email}}
Website {{contact_website}}
+

 

+{% include 'footer.html' %} + diff --git a/scripts/dashboard/templates/footer.html b/scripts/dashboard/templates/footer.html new file mode 100644 index 0000000..a65e493 --- /dev/null +++ b/scripts/dashboard/templates/footer.html @@ -0,0 +1,4 @@ +
+
Dashboard created by KF7EEL - https://github.com/kf7eel/hblink3
HBLink created by N0MJS.
HBLink GitHub page
+ + diff --git a/scripts/dashboard/templates/header.html b/scripts/dashboard/templates/header.html new file mode 100644 index 0000000..f76936a --- /dev/null +++ b/scripts/dashboard/templates/header.html @@ -0,0 +1,13 @@ +

Logo

+

{{title}}

+
+ + + + + + + + +
+
diff --git a/scripts/dashboard/templates/help.html b/scripts/dashboard/templates/help.html new file mode 100644 index 0000000..1392dce --- /dev/null +++ b/scripts/dashboard/templates/help.html @@ -0,0 +1,84 @@ + + + + + {{title}} + + + +{% include 'header.html' %} +

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.

+

 

+

{{description}}

+

Configure your radio to send GPS positions with the following settings:

+ + + + + + + + + + + +
Data Call TypeDMR ID
 {{data_call_type}} {{data_call_id}}
+

 

+

When a position is received by this gateway, it will extract the coordinates and create an APRS position packet. The 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 predefined APRS SSID of {{aprs_ssid}} is appended your callsign. The APRS location packet is then uploaded to APRS-IS. No setup or account creation is required beforehand. This is pretty much "plug and play."

+

For example, N0CALL has a DMR ID of 1234567. N0CALL's radio sends a position to this gateway with the settings above. This gateway will query the RadioID.net database for DMR ID 1234567. The result will be an APRS location packet with APRS SSID {{aprs_ssid}}.

+

You can change the default APRS settings for your radio via SMS.

+

Commands

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Command

+
+

Description

+
+

Example

+
@COMChange the comment of the APRS.@COM This is a test comment.
@ICONChange the icon of the APRS position. *See http://aprs.net/vm/DOS/SYMBOLS.HTM for icon list.@icon /p
@SSIDChange SSID of your callsign.@SSID 7
@MHSet you location by maidenhead grid square. Designed for radios with no GPS or that are not compatable yet.@MH DN97uk
@BBPost a bulliten to the web dashboard.@BB This is a test bulletin.
+

 

+

Send an SMS to {{data_call_id}} as a {{data_call_type}} with the desired command followed by the value. For example, to change your icon to a dog, the command would be @ICON /p (see the icon table for values). Changing your SSID is as simple as @SSID 7, and @COM Testing 123 will change the comment.

+

Sending @BB Test will result in a post to the bulletin board with the messaage of "Test".

+

To remove any of the stored values, just send the appropriate command without any input. @COM will remove the stored comment, @ICON will remove the stored icon, and @COM will remove the strored comment. Any position now reports sent will have the default settings.

+{% include 'footer.html' %} diff --git a/scripts/dashboard/templates/index.html b/scripts/dashboard/templates/index.html new file mode 100644 index 0000000..54d1127 --- /dev/null +++ b/scripts/dashboard/templates/index.html @@ -0,0 +1,31 @@ + + + + + + {{title}} + + + +{% include 'header.html' %} +

Page automatically reloads every 2 minutes.

+ + + + + + + +

+

+
+ {% include 'footer.html' %} +