Link to README.md
This commit is contained in:
@@ -46,7 +46,9 @@ Many PWS already support the Weather Underground format and can be connected to
|
||||
|
||||
To do this intercepting, you place a physical device - such as a Raspberry Pi - in-between the PWS and the home network. It is this "man-in-the-middle" device that will look for information heading from the PWS toward the WU cloud and redirect that information to the local Weather Service.
|
||||
|
||||
For more information on configuring a Raspberry Pi Zero W to act as a "Man In The Middle" solution click [here](docs/man-in-middle.md)
|
||||
For more information on configuring a Raspberry Pi Zero W to act as a "Man In The Middle" solution follow these links:
|
||||
- If you have a PWS that connects to your home network using an ethernet cable then click [here](docs/man-in-middle.md)
|
||||
- If you have a PWS that connects to your home network via wifi then click [here](docs/wifi-hotspot.md)
|
||||
|
||||
**3 ) PWS Supported By WeeWX**
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ bridge_ports eth0 wlan0
|
||||
|
||||
Now we need to provide a mechanism to allow the PWS to connect to the Raspberry Pi's WiFi. We do this using the `hostapd` package to create a dedicated Access Point for the PWS.
|
||||
|
||||
You need to edit the hostapd configuration file, located at `/etc/hostapd/hostapd.conf`. This is an empty file so we just need to open it up in an editor add the somes lines from below:
|
||||
You need to edit the hostapd configuration file, located at `/etc/hostapd/hostapd.conf`. This is an empty file so we just need to open it up in an editor add some line from below:
|
||||
```
|
||||
pi@raspberry:~ $ sudo nano /etc/hostapd/hostapd.conf
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user