Skip to content

Willow-Browser/SNMP-MIB-Browser

Repository files navigation

Contributors Forks Stargazers Issues GPL License Discord

Please note this readme is not yet complete


Logo

SNMP MIB Browser

An awesome open-source graphical SNMP Manager to help with agent development.
Explore the docs »

Report Bug or re · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

SNMP is a tough thing to figure out, and organizing all of your mibs and easily getting and settingOIDs without writing a thousand scripts is nearly impossible. This tool aims to fix all of that by allowing users to graphically browse all of their OIDS and run an SNMP agent all from one location. This all started as a side project but quickly growing into a fantastic tool for interacting with SNMP agents.

SNMP v1, v2, and v3 agents will be supported. Currently only v3 agents with no auth and no priv are supported.

(back to top)

Built With

  • Wails - A framework for building desktop apps using Go & Web Technologies
  • Go - Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
  • VueJS - The Progressive JavaScript Framework

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

Make sure to have the wails CLI installed before development.

Installation

TBD - Installer has not been created yet. Will be updated at a later point.

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • Add feature list

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

We 💖 contributors! Feel free to contribute to this project by either helping with the browser or head over to the documentation repo to help improve the quality of our docs! We also welcome you to join our Discord community for either support or contributing guidance.

Made with contrib.rocks

(back to top)

License

Distributed under the GPL-3.0 License. See LICENSE.txt for more information.

(back to top)

Contact

Gabriel Fidder - gabfid@gmail.com

Project Link: https://github.com/Willow-Browser/SNMP-MIB-Browser

(back to top)