summaryrefslogtreecommitdiff
path: root/examples/v3arch/proxy/cmd/v2c-to-v3-conversion.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 PDU-level APIelie2014-06-151-26/+23
|
* memory leak fixedelie2013-10-251-0/+2
|
* 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().
* SNMP Proxy example apps separated into a larger set of more specialized oneselie2013-05-051-0/+139