summaryrefslogtreecommitdiff
path: root/examples/v1arch/asyncore/agent
Commit message (Expand)AuthorAgeFilesLines
* Reformat example scripts for easier reading (#241)Ilya Etingof2019-02-123-1/+30
* Uppercase global constants (#238)Ilya Etingof2019-02-103-14/+14
* Add `hlapi.v1arch` API (#186)Ilya Etingof2018-08-121-1/+0
* Remove `pysnmp.carrier.asynsock` sub-package (#166)Ilya Etingof2018-07-081-3/+3
* many backward-compatibility aids droppedIlya Etingof2018-02-252-15/+2
* encode IPv6 requirement into example scripts names (#102)Ilya Etingof2017-11-061-0/+0
* updated IP address for demo.snmplabs.com in examplesIlya Etingof2016-07-302-2/+2
* converted to new-style classesIlya Etingof2016-06-121-2/+2
* pep8 reformattedIlya Etingof2016-04-011-1/+1
* pep8 reformattedIlya Etingof2016-04-013-31/+53
* pep8 fixesIlya Etingof2016-03-301-0/+2
* highlighing fixesIlya Etingof2016-03-121-10/+10
* 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-142-2/+45
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-052-6/+6
* more transports, text OIDs and general comments addedelie2012-07-212-10/+50
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-3/+13
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-201-2/+2
* python 1.6 compatibility fixelie2010-12-121-1/+1
* * 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
* Header comment updatedelie2005-11-042-2/+2
* do not trick Dispatcher into infinite loopingelie2005-10-141-1/+0
* handle strange SNMP versionselie2005-10-141-1/+5
* transportDispatcher.stopDispatcher() is depricatedelie2005-10-101-1/+1
* trap* example names renamed into ntf* for clarityelie2005-10-091-0/+35
* make use of transport dispatcher job controlelie2005-10-051-0/+1
* listen on port 161 by defaultelie2005-07-121-1/+1
* pass naked OIDs to simplify examples; examples with MIB resolution movedelie2005-06-271-3/+3
* getrsp & nextrsp joint into an agent appelie2005-06-241-0/+85