MissiaL / hikvision-client

Client for Hikvision devices
MIT License
209 stars 43 forks source link

Add async implementation #27

Closed keshavdv closed 2 years ago

keshavdv commented 2 years ago

This introduces a new AsyncClient that can perform asyncio-friendly network requests and provide a non-blocking interface for modern clients. It generally mirrors the API of the existing synchronous client but takes advantage of async generators for the streaming and opaque data interface.

MissiaL commented 2 years ago

Wow! Thanks for good PR!