Coder Social home page Coder Social logo

snmpb's Introduction

snmpb client

snmpb is a graphical SNMP client using the SNMP++ library, libsmi parser and Qt framework.

screenshot

This client can be used for querying the MIB of SNMPv1/v2c/v3 agents, receiving traps, discovering devices and editing MIB description files. The current implementation has quite some memory leaks, but you won't be bothered by them, because by the time they'll fill up your memory the application will have segfaulted and crashed.

Dependencies

Build time dependencies:

  • autoconf and automake
  • GNU make
  • Qt5 development package
  • GNU install
  • gcc and g++

Runtime dependencies:

Compilation

autoreconf -i
./configure
make
make install
etc.

Make sure to use the GNU make version (``gmake'' on *BSD). To install in places other than /usr, add INSTALL_PREFIX= to the make command.

Installation

To install snmpb, type make install (as root) with the install prefix in argument:

make INSTALL_PREFIX=/usr install

default is /usr

Licensing

This application is distributed under the GNU General Public License v2. See the LICENSE file for more details.

snmpb's People

Contributors

verrio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

snmpb's Issues

How to build from source?

I tried Qt 5.11.2 on Windows with MinGW 5.4 x86 and MSVC 2017 x64, and failed.
Building on CentOS 7 Linux failed too:

[striker@se verrio_snmpb]$ autoreconf -i
autoreconf: 'configure.ac' or 'configure.in' is required
[striker@se verrio_snmpb]$ cd src
[striker@se src]$ autoreconf -i
autoreconf: 'configure.ac' or 'configure.in' is required
[striker@se src]$ make
make -C ../ app/makefile.snmpb
make[1]: Entering directory `/home/striker/bin/verrio_snmpb'
make[1]: *** No rule to make target `app/makefile.snmpb'.  Stop.
make[1]: Leaving directory `/home/striker/bin/verrio_snmpb'
make: *** [makefile.snmpb] Error 2

Application crash on OctetString response.

On reception of OctetString in response application crashes.

Easily reproducible - walk table ifTable from mib-2. Once response for ifPhysAddress is received, error *** buffer overflow detected ***: terminated is raised.

Not sure if helpful, but if content of octet string in response is printable - "lo" for example, response is processed. In case response is MAC address (hex numbers), crash happens.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.