summaryrefslogtreecommitdiff
path: root/examples/v3arch/twisted/manager/cmdgen/getnext-v2c-from-specific-address.py
Commit message (Collapse)AuthorAgeFilesLines
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-141-16/+18
| | | | | API along with a more comprehensive set of accepted parameters. * massively documented (in Sphinx, NumPy style)
* converted to the latest API that supports more data to be usedelie2014-06-171-4/+5
|
* fix to local interface address and portelie2013-09-231-3/+3
| | | | query existing OID
* config.addSocketTransport() helper renamed into config.addTransport()elie2013-06-011-5/+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-3/+3
| | | | at demo.snmplabs.com to ease experimentation and adoption
* a dozen of lightweight Twisted-based example scripts replaced moreelie2013-03-161-0/+101
complex example implementations used previously.