Skip to content

A pure-Rust library for SNMPv3

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

davedufresne/modern_snmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.