NetSNMP: Bindings for net-snmp's C API for clients

[ bsd3, library, network ] [ Propose Tags ]

Network.Protocol.NetSNMP is a partial binding to the library portion of the net-snmp package. It uses the 'single-session api', which is claimed to be thread-safe. Not all operations are supported yet; please contact the maintainer if you're in need of expanded functionality, and especially if you would like to contribute.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 0.1.1, 0.1.2, 0.1.6, 0.2.0.2, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.3.0.4, 0.3.0.5, 0.3.0.6, 0.3.1.0, 0.3.2.0, 0.3.2.1, 0.3.2.2, 0.3.2.3, 0.3.2.4, 0.3.2.5, 0.4.0.0 (info)
Dependencies base (>=4 && <5) [details]
License BSD-3-Clause
Copyright (c) John Dorsey 2009
Author John Dorsey <haskell@colquitt.org>
Maintainer John Dorsey <haskell@colquitt.org>
Category Network
Bug tracker mailto:haskell@colquitt.org
Uploaded by JohnDorsey at 2009-10-22T18:31:41Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 15199 total (59 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for NetSNMP-0.1.2

[back to package description]
The (Haskell) NetSNMP package is a binding for a subset of the libsnmp
api provided by the NetSNMP project.  It is initially being developed
against NetSNMP version 5.4.1, but probably works with most or all 5.*
versions.

Currently supported protocol versions:
  SNMPv1  -- original SNMP
  SNMPv2c -- v2 protocol with old community-based security

Not yet supported:
  SNMPv3  -- v2 protocol plus new v3 party-based security

Other versions are not supported by the underlying library, and are
unlikely to ever be supported by this package.
  SNMPsec -- first attempt to add strong security to SNMPv1
  SNMPv2p -- initial SNMPv2, with v2 party-based security
  SNMPv2u -- v2 protocol with user-based security
  SNMPv2* -- proprietary hybrid variant of v2c and v2p

This binding requires that net-snmp be built without
NETSNMP_DISABLE_SNMPV1 or NETSNMP_DISABLE_SNMPV2C.  I'd love to support
those options, since they may encourage better security, but haven't
made the effort.

See also: BUGS