Skip to content
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

Add Connecting the cameras without a Raspberry Pi #7

Open
wants to merge 1 commit into
base: master
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
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,17 @@ PBC can be activated using:
hostapd_cli wps_pbc
```

### Connecting the cameras without a Raspberry Pi

It is also possible to pair the cameras to your existing WiFi network. The camera's expect the Base Station server software to running on port 4000 on the default gateway passed from the DHCP server. Assuming you are not running this software on your router, you'll need a way to redirect the cameras requests to another host.

Below are two ways to do that:

- Add a static lease to your DCHP server that also sets the default gateway to the host running this software (recommended)
- Create a port forward on port 4000 the LAN side of your router to redirect traffic to the host where this software is running.



# Work In Progress

## Video streaming
Expand Down