which one is good method to get data from device ? though api call or using snmp oid's
Hi,
Both are good options depending on what the device exposes and how snmp agent/web api are implemented.
If it has an web api then this can be more efficient and flexible data wise. Modern security.
However SNMP works over UDP, essentially connectionless so it's inherently more lightweight and requires less bandwidth in a network.
Hi Chirangee, can we connect over a Teams call to discuss this in detail about your project and requirements? my email ID is pramod.gupta@skyline.be
resource for protocol development where device data will come through api’s