Skip to content

Releases: simonnieder/snmp-client

Version 1.0.0

12 Jan 21:52
Compare
Choose a tag to compare

SNMP-Client written in python using the library pysnmp
Download the main.exe file attached to the release and run it.
Alternatively if you have at least python 3 installed on your system, you can download the Source code .zip folder, install pysnmp using the command pip install pysnmp and then you'd have to run "src/main.py".

SNMP-Client first release

10 Dec 17:28
d6ddb10
Compare
Choose a tag to compare

SNMP-Client written in python using the library pysnmp
First download the Source code .zip folder.
To run the program you only need to launch "main.exe" in the /dist folder.
Alternatively if you have at least python 3 installed on your system, you can install pysnmp using the command pip install pysnmp and then you'd have to run "main.py".