Skip to content

Commit a7ca3f1

Browse files
committedJul 28, 2018
Updated the README and created a hilarious joke.
1 parent a9aa6dd commit a7ca3f1

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed
 

‎Readme.txt

+14-3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ CONFIGURATION:
6464
Configuration Mode (Host Mode). This is only applicable if the
6565
"Auto-Config mode" mentioned above is set to active.
6666

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+
6775
==== "SSL Mode" [default: n]: With this option enabled your RaspiWifi
6876
configuration page will be sent over an SSL encrypted connection (don't
6977
forget the "s" when navigating to https://10.0.0.1:9191 when using
@@ -80,12 +88,15 @@ USAGE:
8088
== Connect to the "RaspiWiFi[xxxx] Setup" access point using any other WiFi enabled
8189
device.
8290

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)
8595

8696
== Select the WiFi connection you'd like your Raspberry Pi to connect to from
8797
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.
89100

90101
== Click the "Connect" button.
91102

‎libs/reset_device/static_files/dnsmasq.conf

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ dhcp-mac=set:client_is_a_pi,B8:27:EB:*:*:*
88
dhcp-reply-delay=tag:client_is_a_pi,2
99

1010
address=/raspiwifisetup.com/10.0.0.1
11+
address=/idliketoconfigurethewifionthisdevicenowplease.com/10.0.0.1

0 commit comments

Comments
 (0)
Please sign in to comment.