Download Latest Version robotframework-snmplibrary.jar (626.7 kB)
Email in envelope

Get an email when there's a new version of Robot Framework SNMP Library

Home / 1.0
Name Modified Size InfoDownloads / Week
Parent folder
src 2014-01-25
Licenses 2014-01-25
robotframework-snmplibrary.zip 2014-01-25 630.2 kB
SnmpLibraryExample.txt 2014-01-25 6.9 kB
robotframework-snmplibrary.jar 2014-01-25 626.7 kB
robotFrameworkSnmpLib.html 2014-01-25 136.4 kB
README.txt 2014-01-25 2.0 kB
Totals: 7 Items   1.4 MB 0
Robot Framework SNMP Library

-----------------------------license--------------------------------
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

----------------------------------------------------------------------

This library provides functionality of SNMP (Simple Network Management Protocol) manager.

Version 1.0 released on 26th of January 2014.

The library uses Snmp4j (http://www.snmp4j.org/) and Robot Framework Annotation Library (https://github.com/robotframework/JavalibCore/wiki/AnnotationLibrary). Distributed jar file contains both libraries.

All three versions of SNMP are supported: 1, 2c, and 3. It is possible to send following messages: GET, GETNEXT, GETBULK, SET and INFORM.  

While developing, following versions were used:
- Robot Framework 2.8.3
- RIDE 1.2.3
- Python 2.7.5, 2.7.6
- Java 7 (1.7.0)
- Jython 2.7b1

Author: Marcin Kowalczyk

Website: http://sourceforge.net/projects/rfsnmpjava/

Installation:
0. preconditions: Robot Framework, Java (at least Runtime Environment) and Jython must be installed
1. download robotframework-snmplibrary.jar or robotframework-snmplibrary.zip and unzip it
2. add robotframework-snmplibrary.jar to a classpath (http://docs.oracle.com/javase/tutorial/essential/environment/paths.html)
3. in a Robot Framework project file settings add: | Library | org.robotframework.javalib.library.AnnotationLibrary | net/sourceforge/rfsnmpjava/**.class |
4. run using jybot
Source: README.txt, updated 2014-01-25