Skip to content

Releases: chutrunganh/Project-I-Collect-SNMP-Data

SNMP Browser - 4th Release

08 Jul 15:21
Compare
Choose a tag to compare

SNMP Browser v1.1.2 Released!

We're excited to announce the release of SNMP Browser v1.1.2! This update includes a minor bug fix to improve your overall experience.

What's New 📢

In this version, we've updated the default community string from "password" to "public" to align with the most common setting used by SNMP agents.

Your Feedback Matters 💖

We're always working to make SNMP Browser even better. Please share any feedback, bug reports, or feature requests by opening an issue on our GitHub repository.

Thank you for choosing SNMP Browser!

SNMP Browser - 3th Release

02 Jul 15:32
Compare
Choose a tag to compare

SNMP Browser v1.1.1 Release Notes

We're pleased to announce SNMP Browser v1.1.1, featuring enhanced reliability and a smoother experience when building from source code.

What's New 📢

Resolved MIB File Loading Issue: When initially cloning the project, the /out/artifacts/SNMP_Browser directory doesn't exist, causing errors when the application run from source code in IDE tries to access MIB files. To resolve this, the MIB Databases directory is now located right under the project's root.

In case you want to build the project from source: Clone the project, build the artifact to generate the SNMP Browser artifact directory, then make a copy the MIB Databases directory into the same location as the JAR file within the SNMP Browser artifact. This ensures everything works smoothly, no matter where you're running it

Troubleshooting Tip: The path to MIB Databases directory is specified in the BASE_DIR variable in MainController.java. If you encounter any issues related to the MIBs’ relative path, please refer to this location.

Your Feedback Matters! 💖

We are committed to continuously improving SNMP Browser. Please share any feedback, bug reports, or feature requests by opening an issue on our GitHub repository.

Thank you for choosing SNMP Browser!

SNMP Browser - 2th Release

30 Jun 12:10
Compare
Choose a tag to compare

SNMP Browser v1.1.0 Release Notes

We are excited to announce the release of SNMP Browser v1.1.0, bringing you improved reliability and enhanced compatibility!

What is new ?

  • Resolved MIB File Loading: We've fixed a critical bug that prevented MIB files from loading correctly due to relative paths. You can now easily load and use your MIB files.

  • Simplified Installation: To streamline the setup process, download the zip file, extract it, and you will find the SNMP Browser.jar and MIB Databases directory within the SNMP_Browser parent directory.

  • Java 21+ Compatibility: This release requires Java 21 or later to ensure optimal performance and stability. Please update your Java version before running MIB Browser v1.1, as older versions are no longer supported and will not run this version of SNMP Browser.

We Value Your Feedback!
As we continue to improve SNMP Browser, your feedback is invaluable. Please report any issues or suggestions by opening an issue on our GitHub repository.

Thank you for using SNMP Browser!

v1.0.0-beta

28 Jun 12:35
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

Still encountering GTK compatibility problems when attempting to run the JAR file