summaryrefslogtreecommitdiff
path: root/docs/source/examples/v3arch/twisted/contents.rst
blob: 951d5676e7d0bce556c3cd2031e6b00dae13de3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55

SNMP with Twisted
=================

`Twisted <http://twistedmatrix.com/>`_ is event-driven networking engine 
written in Python. It takes shape of a Python library which is used by many 
Python applications mostly for network communication purposes. Twisted can 
be seen as a predecessor of eventlet, asyncio.

Twisted offers similar functionality to asyncio and twisted, it can 
replace twisted in PySNMP wrapped by a thin PySNMP Transport Dispatcher
abstraction layer. All SNMP-related functionality of Native API to 
Standard SNMP Applications remains available to Twisted applications.

Command Generator Applications
------------------------------

.. toctree::

   /examples/v3arch/twisted/manager/cmdgen/snmp-versions
   /examples/v3arch/twisted/manager/cmdgen/walking-operations
   /examples/v3arch/twisted/manager/cmdgen/table-operations
   /examples/v3arch/twisted/manager/cmdgen/transport-tweaks
   /examples/v3arch/twisted/manager/cmdgen/advanced-topics


Command Responder Applications
------------------------------

.. toctree::

   /examples/v3arch/twisted/agent/cmdrsp/snmp-versions
   /examples/v3arch/twisted/agent/cmdrsp/agent-side-mib-implementations
   /examples/v3arch/twisted/agent/cmdrsp/transport-tweaks

Notification Originator Applications
------------------------------------

.. toctree::

   /examples/v3arch/twisted/agent/ntforg/common-notifications
   /examples/v3arch/twisted/agent/ntforg/multiple-managers-operations

Notification Receiver Applications
----------------------------------

.. toctree::

   /examples/v3arch/twisted/manager/ntfrcv/snmp-versions
   /examples/v3arch/twisted/manager/ntfrcv/transport-tweaks

For more details on PySNMP programming model and interfaces, please 
refer to the documentation