summaryrefslogtreecommitdiff
path: root/examples/v3arch/agent/cmdrsp/v2c-multiple-interfaces.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
* config.addSocketTransport() helper renamed into config.addTransport()elie2013-06-011-2/+2
| | | | | | 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().
* SNMPv3 native API examples extended to cover many use caseselie2012-12-091-0/+65