summaryrefslogtreecommitdiff
path: root/examples/v3arch/manager/cmdgen/set-v3.py
Commit message (Collapse)AuthorAgeFilesLines
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-051-1/+1
| | | | | | asyncore and AsyncoreDispatcher respectively to provide better hint to fellow devs on the underlying transport being used - backward compatibility preserved through dummy asynsock symbols
* converted to the latest API that supports more data to be usedelie2014-06-171-5/+5
|
* config.addSocketTransport() helper renamed into config.addTransport()elie2013-06-011-1/+1
| | | | | | and improved by automatically instantiating compatible TransportDispatcher making it dispatcher-agnostic. As an additional bonus, application may not call registerTransportDispatcher() as it would be called by addTransport().
* most of Command Generator examples re-pointed to a live SNMP Agentelie2013-05-051-4/+4
| | | | at demo.snmplabs.com to ease experimentation and adoption
* cosmetic fix to printout the exact OID as pointed out by errorIndexelie2013-03-151-1/+1
|
* some more cosmetic changeselie2013-03-151-2/+2
|
* cosmetic changes to Native API's GET/SET example scriptselie2013-03-151-3/+3
|
* minor editingelie2012-12-091-1/+0
|
* SNMPv3 native API examples extended to cover many use caseselie2012-12-091-0/+76