https://github.com/davedufresne/modern_snmp
A pure-Rust library for SNMPv3
https://github.com/davedufresne/modern_snmp
Last synced: 25 days ago
JSON representation
A pure-Rust library for SNMPv3
- Host: GitHub
- URL: https://github.com/davedufresne/modern_snmp
- Owner: davedufresne
- License: apache-2.0
- Created: 2020-07-18T13:10:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T15:39:30.000Z (9 months ago)
- Last Synced: 2025-04-12T20:02:59.530Z (about 1 month ago)
- Language: Rust
- Size: 96.7 KB
- Stars: 26
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-snmp - davedufresne/modern_snmp - Modern SNMP is a pure-Rust library for SNMPv3. This repository includes snmp_mp (SNMPv3 Message Processing) and snmp_usm (Implementation of the User-based Security Model (USM) for SNMPv3) crates. (Libraries / Rust)
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|[](https://crates.io/crates/snmp_mp)|[](https://docs.rs/snmp_mp)|[](https://travis-ci.org/davedufresne/modern_snmp)|
|SNMP USM|snmp_usm|[](https://crates.io/crates/snmp_usm)|[](https://docs.rs/snmp_usm)|[](https://travis-ci.org/davedufresne/modern_snmp)|## Demo Application
| Name | Crate Name | crates.io | Build Status |
|------|------------|-----------|--------------|
|Modern SNMP|msnmp|[](https://crates.io/crates/msnmp)|[](https://travis-ci.org/davedufresne/modern_snmp)|## License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or )
* MIT license ([LICENSE-MIT](LICENSE-MIT) or )at your option.
## Contribution
To contribute to Modern SNMP, please see [CONTRIBUTING](CONTRIBUTING.md).
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.