https://github.com/sofia-netsurv/sofia-client
Cross-platform Electron client for viewing and configuring Sofia/DVRIP protocol IP cameras
https://github.com/sofia-netsurv/sofia-client
cctv dvrip hi3518c hi3518e ipcamera netsurveillance onvif sofia sricam xmeye
Last synced: 2 months ago
JSON representation
Cross-platform Electron client for viewing and configuring Sofia/DVRIP protocol IP cameras
- Host: GitHub
- URL: https://github.com/sofia-netsurv/sofia-client
- Owner: sofia-netsurv
- License: mit
- Created: 2019-07-04T07:18:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T20:29:40.000Z (over 3 years ago)
- Last Synced: 2024-05-29T19:06:11.637Z (about 2 years ago)
- Topics: cctv, dvrip, hi3518c, hi3518e, ipcamera, netsurveillance, onvif, sofia, sricam, xmeye
- Language: JavaScript
- Homepage:
- Size: 5.01 MB
- Stars: 36
- Watchers: 3
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sofia Client
[](https://dev.azure.com/ewoodrich/sofia/_build/latest?definitionId=3&branchName=master)
**Sofia Client is still in WIP mode not yet ready for release**
Copyright (c) 2019 Ebraheem AlAthari and Eliot Woodrich
Sofia is an Electron-based client for viewing and configuring IP network cameras based on the "Sofia" protocol used by the "NetSurveillance" ActiveX plugin. Sofia supports altering the quality, profiles and other camera features as well as network and other configuration options.
Sofia Client uses the [python-netsurv library](https://github.com/ekwoodrich/sofia-netsurv) to communicate with compatible IP cameras.
## Build
Clone and install the sofia-client repo:
git clone https://github.com/sofia-netsurv/sofia-client
To install the dependencies:
yarn
ffmpeg is required for viewing the stream, to install on Debian based distros
sudo apt install ffmpeg
python netsurv is required for altering the config of the camera, to install it on any distributions
pip install netsurv
To run the program
yarn start
Sofia Client is based on [electron-react-boilerplate](https://github.com/electron-react-boilerplate/electron-react-boilerplate), and more information about its dependencies and install procedure can be found on the README.
## License
This program is licensed under the "MIT License". Please
see the file `LICENSE` in the source distribution of this
software for license terms.