From b6adc461c6771b4ee9345100f82bebea85ee0b09 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Fri, 1 Jan 2021 09:43:19 -0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1375c2..d4d836b 100755 --- a/README.md +++ b/README.md @@ -81,15 +81,21 @@ The comment, SSID, and icon can be set for each individual user/DMR ID the appli |**@ICON**|Change the icon of the APRS position. *See [http://aprs.net/vm/DOS/SYMBOLS.HTM](http://aprs.net/vm/DOS/SYMBOLS.HTM) for icon list.|`@icon /p`| |**@COM**|Change the comment of the APRS.|`@COM This is a test comment.`| |**@MH**|Set you location by maidenhead grid square. Designed for radios with no GPS or that are not compatable yet.|`@MH DN97uk`| -|**@CBB**|Post a bulliten to the web dashboard.|`@BB This is a test bulletin.`| +|**@BB**|Post a bulliten to the web dashboard.|`@BB This is a test bulletin.`| Send a DMR SMS to the configured dmr_data_id in the application 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. + +## Web Dashnoard + +The web dashboard is completely optional. Python module flask is required for this to work. The web dashboard will display the last 15 positions of radios sent to APRS-IS. The dashboard will also sh user bulletin. A bulletin is a message sent via SMS that will display on the web dashboard. There are several uses for this, including: testing SMS functionality of radio, announcements, and moire. It is a novel feature. The page will automatically reload every 2 minutes. Setup is rather simple. Just modify the example config in the dashboard directory and rename it to dashboard_settings.py. Then start dashboard.py. + ## Configuration See hblink_SAMPLE.cfg, rules_SAMPLE.py, and gps_data_SAMPLE.cfg for examples.