summaryrefslogtreecommitdiff
path: root/examples/v3arch/manager/cmdgen
Commit message (Collapse)AuthorAgeFilesLines
* minor fixeselie2013-11-101-0/+3
|
* Execution Observer facility implemented to give app an inside viewelie2013-11-091-0/+99
| | | | | | | | 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.
* examples adjusted to work with fixed-EngineID SNMP simulatorelie2013-09-303-7/+8
|
* query existing OIDelie2013-09-231-3/+3
|
* config.addSocketTransport() helper renamed into config.addTransport()elie2013-06-0113-13/+13
| | | | | | 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-0512-42/+42
| | | | at demo.snmplabs.com to ease experimentation and adoption
* no need to catch errorStatus == 2 when not using SNMPv1elie2013-03-162-6/+2
|
* cosmeticselie2013-03-161-1/+1
|
* cosmetic fix to printout the exact OID as pointed out by errorIndexelie2013-03-1513-13/+13
|
* some more cosmetic changeselie2013-03-1513-26/+26
|
* cosmetic changes to Native API's GET/SET example scriptselie2013-03-157-21/+21
|
* typoelie2012-12-141-1/+1
|
* typoelie2012-12-101-1/+1
|
* one more fixelie2012-12-091-1/+1
|
* minor editingelie2012-12-0911-11/+0
|
* SNMPv3 native API examples extended to cover many use caseselie2012-12-0913-0/+1028