Skip to content

Commit

Permalink
Retired the temporary sync API.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Jul 12, 2024
1 parent 12c5e5f commit d32d819
Show file tree
Hide file tree
Showing 21 changed files with 1 addition and 1,699 deletions.
36 changes: 1 addition & 35 deletions docs/source/docs/api-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,41 +26,7 @@ Most simple and straightforward way to use PySNMP is by employing its
Synchronous, blocking API. It's also the default API offered by
users on *pysnmp.hlapi* sub-package import.

Command Generator

.. toctree::
:maxdepth: 2

/docs/hlapi/asyncio/sync/manager/cmdgen/getcmd
/docs/hlapi/asyncio/sync/manager/cmdgen/setcmd
/docs/hlapi/asyncio/sync/manager/cmdgen/nextcmd
/docs/hlapi/asyncio/sync/manager/cmdgen/bulkcmd
/docs/hlapi/asyncio/sync/manager/cmdgen/walkcmd
/docs/hlapi/asyncio/sync/manager/cmdgen/bulkwalkcmd

Notification Originator

.. toctree::
:maxdepth: 2

/docs/hlapi/asyncio/sync/agent/ntforg/notification

Transport configuration
+++++++++++++++++++++++

The following shortcut classes convey configuration information to
SNMP engine's Local Configuration Datastore (:RFC:`2271#section-3.4.2`)
as well as to underlying socket API. Once committed to LCD, SNMP engine
saves its configuration for the lifetime of SNMP engine object.

.. toctree::
:maxdepth: 2

.. autoclass:: pysnmp.hlapi.UdpTransportTarget
:members: setLocalAddress

.. autoclass:: pysnmp.hlapi.Udp6TransportTarget
:members: setLocalAddress
.. warning:: Completely deprecated in PySNMP 6.2 release.

Asynchronous: asyncio
---------------------
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions docs/source/docs/hlapi/asyncio/sync/manager/cmdgen/getcmd.rst

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions docs/source/docs/hlapi/asyncio/sync/manager/cmdgen/setcmd.rst

This file was deleted.

This file was deleted.

48 changes: 0 additions & 48 deletions examples/hlapi/asyncio/sync/manager/cmdgen/v2c-getbulk.py

This file was deleted.

4 changes: 0 additions & 4 deletions pysnmp/hlapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
from pysnmp.hlapi.context import *
from pysnmp.entity.engine import *

# default is synchronous asyncio-based API
from pysnmp.hlapi.asyncio.sync import *


CommunityData = auth.CommunityData
UsmUserData = auth.UsmUserData

Expand Down
10 changes: 0 additions & 10 deletions pysnmp/hlapi/asyncio/sync/__init__.py

This file was deleted.

Loading

0 comments on commit d32d819

Please sign in to comment.