summaryrefslogtreecommitdiffstats
path: root/12.-Appendix.md
diff options
context:
space:
mode:
Diffstat (limited to '12.-Appendix.md')
-rw-r--r--12.-Appendix.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/12.-Appendix.md b/12.-Appendix.md
index 37d8246..4789bb5 100644
--- a/12.-Appendix.md
+++ b/12.-Appendix.md
@@ -32,6 +32,17 @@ If you plan on also exposing post 22 so that you can SSH into the device remotel
Again, instead of port forwarding, you could use something modern like Zerotier and avoid these security issues.
+## Disabling the WiFi Hotspot
+
+If you only want to use Ethernet, and you need to disable the WiFi hotspot from our ready to use image you can do so easily via an SSH connection. SSH into the KrakenSDR using the default krakenrf/krakensdr username/password. Then run the Autohotspot script.
+
+```
+cd Autohotspot
+sudo ./autohotspot-setup.sh
+```
+
+Select option 4 "Uninstall Autohotspot of permanent access point". Then after that completes, select option 8 to exit. Now reboot, and the hotspot will be disabled.
+
## Data Output For Third Party Software
When set to the 'Kraken App' DOA Data Format the latest bearing data will be output to an HTML page at "http://PI4_IP_ADDR:8081/DOA_value.html" in the CSV format every update period.