From dd3d9089047351d3ec3b47194ebe016042dd5246 Mon Sep 17 00:00:00 2001 From: krakenrf <78108016+krakenrf@users.noreply.github.com> Date: Wed, 22 Mar 2023 17:20:47 +1300 Subject: Updated 12. Appendix (markdown) --- 12.-Appendix.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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. -- cgit v1.2.3