Table of Contents
This project is a security camera manager. It includes the firmware of the camera written in CPP (here), it has the web server for the actual camera viewer and client written in ReactTS (here), it also has the main server that communicates with the users and cameras (here). It also includes a script to view the camera's logs (here).
More information about the custom protocol itself (that is built ontop of TCP) can be found here.
- Linking to multiple cameras
- Secure communications
- Camera sharing
- Object detection in red zones set up by user
- Camera playback - WIP
- Emails and notifications for redzone detection
- Renaming and unlinking cameras
- And more!
First, you'd need to buy the camera or a compatible product. I used this.
- Clone the repo
git clone https://github.com/K9Developer/HSEC.git
- Connect the camera to the board
- Connect the board to the computer
- Connect an Ethernet cable to the board
- Install platform IO
- Compile and upload the code
pio run --target upload
- Hold the BOOT button for a few seconds to ensure a full reset
If also want to read the camera's logs you can:
- run
cd HSEC/camera_module/camera_interact
- Install dependecies:
pip install -r requirements.txt
- Run using
python camera_interact.py
- Clone the repo
git clone https://github.com/K9Developer/HSEC.git
- Install NodeJS
- Install yarn
- Run
cd HSEC/hsec-client && yarn install
to install dependecies - Launch the server with
yarn run
- Clone the repo
git clone https://github.com/K9Developer/HSEC.git
- run
cd HSEC/central_server
andpip install -r requirements.txt
- then run
python -m main
- Add redzones
- Add camera sharing
- Add forgot password
- Fix a few possible replay vulnerabilties
- Camera sharing
- Camera playback - view history (WIP)
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Unlicense License. See LICENSE
for more information.
Ilai - [email protected]