Android Question how to send multiple SNMP thread to server ?

hears

Active Member
Licensed User
Longtime User
i want use this SNMP libary :
https://www.b4x.com/android/forum/threads/snmp-library-v-0-1.84738/
and i have try the demo, it is only 1 thread.it is to slowly,send after sleep(500), if quickly ,the result will mix together..

how to send many thread ? i found in this libary have SNMP.ReqId how to use it ? I have about 100 Oids need send . can not sleep , it is too long time


B4X:
SNMP.Oid=MY SERVER OidS
  
    SNMP.Version = SNMP.SNMPV1
    SNMP.Community = "public"
    SNMP.PDU = SNMP.PDUGETREQUEST
  
    SNMP.ReqId = Rnd (1, 1024)
 

Similar Threads

Top