summaryrefslogtreecommitdiff
path: root/docs/source/docs/v3arch/asyncore/oneliner/agent/ntforg/contents.rst
blob: cde3050c8cefa51fdaf09278a18be759d837d20a (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

Synchronous Notification Originator
===================================

Functions dscribed in this section return generators that perform 
blocking SNMP queries. See :RFC:`3413#section-3.3` for more information 
on the Notification Originator Applications.

.. toctree::
   :maxdepth: 2

   /docs/v3arch/asyncore/oneliner/agent/ntforg/notification 

Asynchronous Notification Originator
====================================

Implementation described in this section geared towards sending
multiple simulataneous SNMP notifications on top of asynchronous
I/O framework. Otherwise it is very similar to the Synchronous
version.

.. toctree::
   :maxdepth: 2

   /docs/v3arch/asyncore/oneliner/agent/ntforg/async-notification-originator