An open API service indexing awesome lists of open source software.

https://github.com/sofia-netsurv/python-netsurv

Python library for configuring a wide range of IP cameras which use the NETsurveillance ActiveX plugin (aka DVRIP, Sofia)
https://github.com/sofia-netsurv/python-netsurv

cctv dvrip hi3518c hi3518e ipcamera netsurveillance onvif sofia sricam xmeye

Last synced: 2 days ago
JSON representation

Python library for configuring a wide range of IP cameras which use the NETsurveillance ActiveX plugin (aka DVRIP, Sofia)

Awesome Lists containing this project

README

          

# python-netsurv
[![Build Status](https://dev.azure.com/ewoodrich/sofia/_apis/build/status/sofia-netsurv.python-netsurv?branchName=master)](https://dev.azure.com/ewoodrich/sofia/_build/latest?definitionId=4&branchName=master)

Python library for configuring a wide range of IP cameras which use the NETsurveillance ActiveX plugin

## Usage

```
pip install netsurv
```

## DVR-IP, NetSurveillance or "Sofia" Protocol
The NETSurveillance ActiveX plugin uses a TCP based protocol variously referred to as the "Digital Video Recorder Interface Protocol" or "Sofia" protocol, documented by the "Hangzhou male Mai Information Co".

*Command and response codes can be found here:*

https://gist.github.com/ekwoodrich/a6d7b8db8f82adf107c3c366e61fd36f

## Acknowledgements

*Telnet access creds from gabonator*

https://gist.github.com/gabonator/74cdd6ab4f733ff047356198c781f27d

## License
Copyright © 2019 Ebraheem AlAthari and Eliot Woodrich

This program is licensed under the "MIT License". Please
see the file `LICENSE` in the source distribution of this
software for license terms.