Skip to main content

A SNMP Libray based in Rust SNMP

Project description

Uma biblioteca SNMP Python desenvolvida em Rust utilizando PyO3.

Documentação

O SNMP-RP é uma biblioteca com o objetivo de ser uma interface entre a biblioteca SNMP pertecente a linguagem Rust, e o Python, assim trazendo agilidade, desempenho e segurança de Rust e a simplicidade e praticidade de Python.

pip install snmp-rp

Uso/Exemplos

GET

import snmp_rp

snmp_oid       = '1.3.6.1.4.1.367.3.2.1.2.1.4.0'
snmp_host      = '172.16.0.53'
snmp_community = 'public'
snmp_port      = '161'

sys_descr = snmp_rp.get(snmp_oid, snmp_host, snmp_port, snmp_community)

print(sys_descr)

Roadmap

  • Implementar GETNEXT

  • Implementar GETBULK

  • Implementar SET

Licença

Distribuido sob a licença MIT MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

snmp_rp-0.3.0.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distributions

snmp_rp-0.3.0-cp310-none-win_amd64.whl (226.3 kB view hashes)

Uploaded CPython 3.10 Windows x86-64

snmp_rp-0.3.0-cp39-none-win_amd64.whl (122.3 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page