summaryrefslogtreecommitdiff
path: root/examples/v3arch/twisted/manager/ntfrcv/v2c-multiple-interfaces.py
Commit message (Collapse)AuthorAgeFilesLines
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-141-18/+21
| | | | | API along with a more comprehensive set of accepted parameters. * massively documented (in Sphinx, NumPy style)
* Execution Observer facility implemented to give app an inside viewelie2013-11-091-9/+5
| | | | | | | | of SNMP engine inner workings. This is thought to be a generic framework for viewing (and modifying) various internal states of pysnmp engine. Previously introduced non-RFC APIs (like getting peer's transport endpoint) will be gradually migrated to this new framework.
* config.addSocketTransport() helper renamed into config.addTransport()elie2013-06-011-6/+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().
* cosmeticselie2013-03-161-0/+1
|
* a dozen of lightweight Twisted-based example scripts replaced moreelie2013-03-161-0/+71
complex example implementations used previously.