MCPcopy Index your code
hub / github.com/davedufresne/modern_snmp

github.com/davedufresne/modern_snmp @snmp_usm-v0.2.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release snmp_usm-v0.2.1 ↗ · + Follow
278 symbols 623 edges 32 files 95 documented · 34%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Implementation of the Simple Network Management Protocol (SNMP) version 3

Modern SNMP is a pure-Rust library for SNMPv3.

SNMP is an Internet Standard protocol for collecting and organizing information about managed devices on IP networks and for modifying that information to change device behavior. Devices that typically support SNMP include cable modems, routers, switches, servers, workstations, printers, and more.

Implemented Modules

Name Crate Name crates.io Docs Build Status
SNMP MP snmp_mp crates.io Documentation Build Status
SNMP USM snmp_usm crates.io Documentation Build Status

Demo Application

Name Crate Name crates.io Build Status
Modern SNMP msnmp crates.io Build Status

License

Licensed under either of

at your option.

Contribution

To contribute to Modern SNMP, please see CONTRIBUTING.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 155
Function 96
Class 16
Enum 7
Interface 4

Languages

Rust100%

Modules by API surface

src/snmp_mp/src/var_bind.rs43 symbols
src/snmp_usm/src/pos_finder.rs26 symbols
src/snmp_mp/src/snmp_msg.rs26 symbols
src/snmp_mp/src/scoped_pdu.rs21 symbols
src/msnmp/src/session.rs19 symbols
src/snmp_usm/src/security_params.rs18 symbols
src/snmp_usm/tests/auth_key.rs13 symbols
src/snmp_usm/src/auth_key.rs13 symbols
src/snmp_usm/src/priv_key/des_priv_key.rs8 symbols
src/snmp_usm/src/localized_key.rs8 symbols
src/snmp_mp/src/object_ident.rs8 symbols
src/snmp_usm/tests/des_priv_key.rs7 symbols

For agents

$ claude mcp add modern_snmp \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page