From ea6d71f6bbfae2d4d1ae039c226df6d487300348 Mon Sep 17 00:00:00 2001 From: James Devine Date: Tue, 9 Jan 2018 19:16:19 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb3e0fa..9908686 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,8 @@ The software is normally controlled via SystemD. **Start or stop the WebUI:** `sudo systemctl start CosmicPi-UI` or `sudo systemctl stop CosmicPi-UI` -**Start or stop the Hotspot:** `sudo systemctl start create_ap` or `sudo systemctl stop create_ap` +**Start or stop the Hotspot:** `sudo systemctl start hostapd` or `sudo systemctl stop hostapd +Note that you should also start and stop the dnsmasq service with the hostapd.` **View the log output:** `sudo systemctl status CosmicPi-detector` or `sudo systemctl status CosmicPi-UI` or `sudo systemctl status create_ap` @@ -71,7 +72,7 @@ From the raspberry pi itself the application is available at: When used as an access point the application is available at: -`http://cosmicpi.local/` or `http://192.168.12.1/` +`http://cosmicpi.local/` or `http://10.0.0.1/` #### Debugging the software: Stop all mentioned services. After this you should be able to run the software directly via the commandline.