Hi everyone,
I have a driver (connector) already developed using SNMP for a specific device, but I’d like to integrate additional parameters that are only available through the device's HTTP API.
Is it possible to combine SNMP and HTTP communication within a single DataMiner driver?
If so, what’s the best approach to implement this — and are there any examples or documentation available to help guide the setup?
If this is not possible, would it be better to stick to a single protocol, or is there a recommended workaround to handle multiple protocols for the same device?
The Rohde & Schwarz Prismon driver uses both SNMP and HTTPS, so if you want an example, this would be a good one to look at