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

https://github.com/jackblk/hikvision-isapi-py

HIKVision ISAPI in Python
https://github.com/jackblk/hikvision-isapi-py

Last synced: 5 months ago
JSON representation

HIKVision ISAPI in Python

Awesome Lists containing this project

README

          

# hikvision-isapi-py

Simple client to interact with Hikvision devices using the ISAPI protocol.

Source code:

## Ignore SSL verification

Can be useful if you are using self-signed certificates or the web server
certificate is not trusted by your client.

Set the environment variable `VERIFY_SSL` to `false` (anything but `true` will skip the check)