update lists
This commit is contained in:
@@ -41,7 +41,8 @@ _Helpful to write SNMP applications._
|
||||
- [openSNMP](https://sourceforge.net/projects/opensnmp/) - BSD licensed multi-threaded implementation of SNMPv3.
|
||||
|
||||
### C#
|
||||
- [sharpSNMP](https://github.com/lextudio/sharpsnmplib) - MIT licensed SNMP library for .NET/Xamarin/Mono.
|
||||
- [C# SNMP Library](https://github.com/lextudio/sharpsnmplib) - MIT licensed SNMP library for .NET with extensive SNMP standard support, latest .NET platform targets, as well as rich manager/agent samples.
|
||||
- [SNMP Pro](https://pro.sharpsnmp.com) - Commercial extension that adds enterprise MIB support.
|
||||
- [SnmpSharpNet](https://github.com/rqx110/SnmpSharpNet) - Simple Network Management Protocol (SNMP) .Net library written in C# (csharp). Implements protocol version 1, 2 and 3.
|
||||
|
||||
### Erlang
|
||||
@@ -74,13 +75,10 @@ _Helpful to write SNMP applications._
|
||||
- [opensolutions/OSS_SNMP](https://github.com/opensolutions/OSS_SNMP) - A PHP SNMP library for people who hate SNMP, MIBs and OIDs!
|
||||
|
||||
### Python
|
||||
- [pysnmp](https://github.com/etingof/pysnmp) - This is a pure-Python, open source and free implementation of v1/v2c/v3 SNMP engine distributed under 2-clause BSD license.
|
||||
- This project has been abandoned [due to the death of the sole maintainer](https://github.com/etingof/pysnmp/issues/427).
|
||||
- Some forks have been created to continue the project and the ecosystem around it. See [here](https://github.com/etingof/pysnmp/issues/429).
|
||||
- The leading fork seems to be [lextudio/pysnmp](https://github.com/lextudio/pysnmp). 
|
||||
- There is also a [community fork](https://github.com/pysnmp/pysnmp) under active development, but it is not clear if that project is commited to maintaining all the associated repos, documentation, and websites. 
|
||||
- [pysmi](https://github.com/etingof/pysmi) - PySMI is a pure-Python implementation of SNMP SMI MIB parser.
|
||||
- Abandoned for the same reason as the above pysnmp project. See [lextudio/pysmi](https://github.com/lextudio/pysmi). 
|
||||
- [pysnmp](https://github.com/lextudio/pysnmp) - This is a pure-Python, open source and free implementation of v1/v2c/v3 SNMP engine distributed under 2-clause BSD license.
|
||||
- This project is derived from [the original repo](https://github.com/etingof/pysnmp).
|
||||
- [pysmi](https://github.com/lextudio/pysmi) - PySMI is a pure-Python implementation of SNMP SMI MIB parser.
|
||||
- This project is derived from [the original repo](https://github.com/etingof/pysmi).
|
||||
- [gufo_snmp](https://github.com/gufolabs/gufo_snmp) - The accelerated Python SNMP client library supporting both async and synchronous mode. It consists of a clean Python API for high-efficient BER parser and socket IO, implemented in the Rust language with PyO3 wrapper. Seems to be a bit early in the project's lifecycle, but it is easy to use and ___extremely___ fast, especially when querying many devices. 
|
||||
- [net-snmp Python bindings](http://www.net-snmp.org/wiki/index.php/Python_Bindings) - Net-SNMP 5.4 and later contains Python bindings in the "python" sub-directory, though, they are not built by default. 
|
||||
- [easysnmp](https://github.com/easysnmp/easysnmp) - A fork of [net-snmp Python bindings](http://www.net-snmp.org/wiki/index.php/Python_Bindings) that attempts to bring a more Pythonic interface to the library. 
|
||||
@@ -251,3 +249,6 @@ __[⬆ back to top](#contents)__
|
||||
## Contributing
|
||||
Please take a quick look at the [contribution guidelines](contributing.md) first. Thank you to all contributors.
|
||||
|
||||
|
||||
[snmp.md Github](https://github.com/eozer/awesome-snmp
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user