FalkTannhaeuser / python-onvif-zeep

ONVIF Client Implementation in Python 2+3 (using https://github.com/mvantellingen/python-zeep instead of suds as SOAP client)
MIT License
433 stars 144 forks source link

Additional service referencing events.NotificationProducerBinding #38

Closed monocongo closed 5 years ago

monocongo commented 5 years ago

I've added a notification service in order to facilitate requesting a subscription for notification events.

This PR addresses issue #37.