Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/davedufresne/modern_snmp

A pure-Rust library for SNMPv3
https://github.com/davedufresne/modern_snmp

Last synced: 3 months ago
JSON representation

A pure-Rust library for SNMPv3

Lists

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](https://img.shields.io/crates/v/snmp_mp.svg)](https://crates.io/crates/snmp_mp)|[![Documentation](https://docs.rs/snmp_mp/badge.svg)](https://docs.rs/snmp_mp)|[![Build Status](https://travis-ci.org/davedufresne/modern_snmp.svg?branch=master)](https://travis-ci.org/davedufresne/modern_snmp)|
|SNMP USM|snmp_usm|[![crates.io](https://img.shields.io/crates/v/snmp_usm.svg)](https://crates.io/crates/snmp_usm)|[![Documentation](https://docs.rs/snmp_usm/badge.svg)](https://docs.rs/snmp_usm)|[![Build Status](https://travis-ci.org/davedufresne/modern_snmp.svg?branch=master)](https://travis-ci.org/davedufresne/modern_snmp)|

## Demo Application

| Name | Crate Name | crates.io | Build Status |
|------|------------|-----------|--------------|
|Modern SNMP|msnmp|[![crates.io](https://img.shields.io/crates/v/msnmp.svg)](https://crates.io/crates/msnmp)|[![Build Status](https://travis-ci.org/davedufresne/modern_snmp.svg?branch=master)](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.