agsh / onvif

ONVIF node.js implementation
https://onvif.pages.dev
MIT License
703 stars 240 forks source link

Implementation network interfaces method #71

Closed Seikon closed 7 years ago

Seikon commented 7 years ago

Added compatibility methods:

-GetNetworkInterfaces http://www.onvif.org/ver10/device/wsdl/GetNetworkInterfaces

-GetNetworkProtocols http://www.onvif.org/ver10/device/wsdl/GetNetworkProtocols

These methods add very usefull information about network interface of the device such as MAC address, IP version, configured protocol...

chriswiggins commented 7 years ago

Thank you @seikon! Can you please fix the jslint errors found in the Travis log?

Also, if you're able to update the tests to include sample XML for these two methods that would be great.

Otherwise, looks good to me