summaryrefslogtreecommitdiff
path: root/examples/v3arch/asyncore/manager
Commit message (Collapse)AuthorAgeFilesLines
* Uppercase global constants (#238)Ilya Etingof2019-02-1022-56/+56
| | | | | | | | | This is a massive patch essentially upper-casing global/class attributes that mean to be constants. Some previously exposed constants have been preserved for compatibility reasons (notably, in `hlapi`), though the rest might break user code relying on pysnmp 4.
* Simplify SNMPv3 TRAP receiver exampleIlya Etingof2018-09-021-22/+3
|
* encode IPv6 requirement into example scripts names (#102)Ilya Etingof2017-11-062-0/+0
|
* NotificationReceiver reports SNMPv1 TRAP community stringIlya Etingof2017-10-051-1/+0
|
* updated IP address for demo.snmplabs.com in examplesIlya Etingof2016-07-3015-45/+45
|
* pep8 reformattedIlya Etingof2016-04-0122-157/+142
|
* pep8 fixesIlya Etingof2016-03-3022-0/+25
|
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-1422-352/+406
| | | | | API along with a more comprehensive set of accepted parameters. * massively documented (in Sphinx, NumPy style)
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-0522-22/+22
| | | | | | asyncore and AsyncoreDispatcher respectively to provide better hint to fellow devs on the underlying transport being used - backward compatibility preserved through dummy asynsock symbols
* * default /usr/share/mibs MIB source addedelie2015-07-041-0/+3
| | | | | | | | * compiler.addMibCompiler() now supports ifAvailable and ifNotAdded flags * rfc1902.ObjectIdentity() now always tries to instantiate and attach MIB compiler to snmpEngine (if not done yet), also .addMibCompiler() renamed to .addAsn1MibSource() to signify the fact that MIB compiler is attached behind the scene
* Major overhaul related to PySMI integration and Standard SNMP Applicationselie2015-05-311-0/+88
| | | | | | | | | API redesign: * MibVariable becomes ObjectIdentity and moves to pysnmp.smi.rfc1902 * ObjectType and NotificationType classes resempling corresponding MIB MACROs implemented * SNMP Standard Applications and examples modified to support ObjectType and NotificationType parameters
* make config.delTransport() returning detached transport objectelie2015-03-071-0/+5
|
* - The asyncore-based transport subsystem extended to support POSIXelie2015-01-201-0/+99
| | | | | | | | | | | | sendmsg()/recvmsg() based socket communication what could be used, among other things, in the context of a transparent SNMP proxy application. Technically, the following features were brought into pysnmp with this update: * Sending SNMP packets from a non-local IP address * Receiving IP packets for non-local IP addresses * Responding to SNMP requests from exactly the same IP address the query was sent to. This proves to be useful when listening on both primary and secondary IP interfaces.
* converted to the latest API that supports more data to be usedelie2014-06-1714-75/+78
|
* updatedelie2014-01-251-0/+9
|
* example script explaining incoming message's communityName re-writing addedelie2014-01-251-0/+77
|
* minor fixeselie2013-11-101-0/+3
|
* Execution Observer facility implemented to give app an inside viewelie2013-11-096-23/+271
| | | | | | | | 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
|
* fix to snmptrap c/lelie2013-09-291-1/+1
|
* query existing OIDelie2013-09-231-3/+3
|
* config.addSocketTransport() helper renamed into config.addTransport()elie2013-06-0116-18/+18
| | | | | | 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().
* the contextEngineId parameter of config.addV3User() renamed intoelie2013-05-181-6/+6
| | | | securityEngineId as it's semantically correct
* 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
* typo in snmptrapelie2013-03-161-1/+1
|
* 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
|
* another USM user added to make this script working with the client oneselie2013-01-051-0/+16
|
* 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-0916-0/+1266