summaryrefslogtreecommitdiff
path: root/examples/v1arch
Commit message (Expand)AuthorAgeFilesLines
* Reformat example scripts for easier reading (#241)Ilya Etingof2019-02-1210-21/+96
* Uppercase global constants (#238)Ilya Etingof2019-02-1010-36/+36
* Add `hlapi.v1arch` API (#186)Ilya Etingof2018-08-121-1/+0
* Remove `pysnmp.carrier.asynsock` sub-package (#166)Ilya Etingof2018-07-081-3/+3
* Fix BULKWALK examplesIlya Etingof2018-07-082-0/+6
* many backward-compatibility aids droppedIlya Etingof2018-02-254-33/+4
* encode IPv6 requirement into example scripts names (#102)Ilya Etingof2017-11-061-0/+0
* fix to v1arch example to accommodate pyasn1 changeIlya Etingof2017-02-091-2/+2
* updated IP address for demo.snmplabs.com in examplesIlya Etingof2016-07-307-13/+13
* converted to new-style classesIlya Etingof2016-06-121-2/+2
* pep8 reformattedIlya Etingof2016-04-011-1/+1
* pep8 reformattedIlya Etingof2016-04-0110-109/+131
* pep8 fixesIlya Etingof2016-03-308-4/+20
* highlighing fixesIlya Etingof2016-03-121-10/+10
* more fixes to test scriptsIlya Etingof2016-03-121-7/+7
* notification origination examples debugged and adjusted to workelie2015-12-192-4/+4
* more fixes to trap destinationelie2015-12-142-8/+10
* missing importelie2015-11-121-0/+1
* some more missing fileselie2015-09-141-0/+83
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-149-7/+184
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-059-27/+27
* - The asyncore-based transport subsystem extended to support POSIXelie2015-01-201-0/+87
* example script on SNMP Agents UDP broadcast-based discovery addedelie2013-12-121-0/+77
* most of Command Generator examples re-pointed to a live SNMP Agentelie2013-05-054-7/+7
* more transports, text OIDs and general comments addedelie2012-07-217-42/+164
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-066-26/+123
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-202-3/+3
* python 1.6 compatibility fixelie2010-12-121-1/+1
* * getVarBindTable() does not filter SNMP exception values anymoreelie2010-11-141-3/+2
* * missing SNMPTrap PDU API implemented at proto.api.v2c, RFC2576 proxyelie2009-12-031-1/+1
* fix to setting errors while building PDUelie2006-05-211-8/+14
* initial value to Null('') addedelie2006-04-242-4/+4
* Header comment updatedelie2005-11-046-6/+6
* format outputelie2005-10-264-4/+4
* prettyOut() -> prettyPrint()elie2005-10-141-2/+2
* * handle strange SNMP versionselie2005-10-141-12/+15
* prettyOut() -> prettyPrinter()elie2005-10-142-4/+4
* do not trick Dispatcher into infinite loopingelie2005-10-141-1/+0
* handle strange SNMP versionselie2005-10-141-1/+5
* * pretty print Agent responseelie2005-10-141-3/+3
* pretty print Agent responseelie2005-10-141-1/+3
* * use SET PDU for Set Command Generator exampleelie2005-10-141-5/+5
* port number fixedelie2005-10-121-1/+1
* transportDispatcher.stopDispatcher() is depricatedelie2005-10-101-1/+1
* trap* example names renamed into ntf* for clarityelie2005-10-092-0/+85
* make use of transport dispatcher job controlelie2005-10-054-3/+10
* listen on port 161 by defaultelie2005-07-121-1/+1
* comments cleaned upelie2005-06-281-2/+0
* pass naked OIDs to simplify examples; examples with MIB resolution movedelie2005-06-271-3/+3
* adjusted to newer APIelie2005-06-242-57/+48