Skip to content

Small Readme update #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: release
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,17 @@ If everything went well, the LEDs stay on and flashing takes some minutes. Some
## Accessing Device via SSH
The devices are configured by default with fixed IP address and SSH server running. You can login remotely as root via:
```bash
ssh [email protected].0.1
ssh [email protected].1.1
```
Please ensure that you have configured your client accordingly.
Please ensure that you have configured your client accordingly (e.g. ip address 192.168.1.10, net mask 255.255.255.0).

## Customizing the Image
You can add additional files to the image by placing them in the */files* folder.

## Establish a 60 GHz Link
To establish a link, you need to configure one device as AP. The default image comes with a predefined configuration, you just need to start the hostapd daemon for the *wlan2* interface:
```bash
hostapd -B /etc/hostapd_wlan2.conf
hostapd -B /etc/hostapd.conf
```
This will start the AP with SSID *TALON_AD7200* on channel 2 without any encryption. Other devices in manged mode and range can connect using the wpa_supplicant:
```bash
Expand Down