@@ -64,6 +64,14 @@ CONFIGURATION:
64
64
Configuration Mode (Host Mode). This is only applicable if the
65
65
"Auto-Config mode" mentioned above is set to active.
66
66
67
+ ==== "Server port" [default: 80]: This is the server port that the web server
68
+ hosting the Configuration App page will be listening on. If you change
69
+ this port make sure to add it to the end of the address when you're
70
+ connecting to it. For example , if you speficiy 12345 as the port number
71
+ you would navigate to the page like this: http://10.0.0.1:12345 If you
72
+ leave the port at the default setting [80] there is no need to specify the
73
+ port when navigating to the page.
74
+
67
75
==== "SSL Mode" [default: n]: With this option enabled your RaspiWifi
68
76
configuration page will be sent over an SSL encrypted connection (don't
69
77
forget the "s" when navigating to https://10.0.0.1:9191 when using
@@ -80,12 +88,15 @@ USAGE:
80
88
== Connect to the "RaspiWiFi[xxxx] Setup" access point using any other WiFi enabled
81
89
device.
82
90
83
- == Navigate to http://10.0.0.1:9191 (or https://10.0.0.1:9191 when using SSL
84
- mode) using any web browser on the device you connected with.
91
+ == Navigate to [10.0.0.1] , [raspiwifisetup.com] , or
92
+ [idliketoconfigurethewifionthisdevicenowplease.com] (I was debating whether this
Has a conversation. Original line has a conversation.
93
+ was funny or not and , yes , it was) using any web browser on the device you
94
+ connected with. (don't forget to manually start with [https://] when using SSL mode)
85
95
86
96
== Select the WiFi connection you'd like your Raspberry Pi to connect to from
87
97
the drop down list and enter its wireless password on the page provided. If no
88
- encryption is enabled , leave the password box blank.
98
+ encryption is enabled , leave the password box blank. You may also manually
99
+ specify your network information by clicking on the "manual SSID entry ->" link.
89
100
90
101
== Click the "Connect" button.
91
102