-
SNMP Camel Component:
https://camel.apache.org/components/latest/snmp-component.html
SNMP API:
http://snmp4j.com
See specification Y-Con for where it is used by SAIA BMS:
https://docs.google.…
-
## CVE-2019-17571 - High Severity Vulnerability
Vulnerable Library - log4j-1.2.17.jar
Apache Log4j 1.2
Path to dependency file: TimeBase/java/timebase/mibc/build.gradle
Path to vulnerable library: /…
-
Is there any support for SNMP v1 Get Requests in the SNMP4J Provider?
scarr updated
3 years ago
-
```
org.soulwing.snmp
tnm4j
1.0.9
```
I got this error when I try to build project with Maven:
```
Failed to execute goal on project Test: Could not resolve dependencies for…
-
We're back leveled on some dependencies.
Latest snmp4j series 2.5.x made some changes in the (horribly broken) mechanism they were using in 2.3.3 to deal with socket timeout. Those changes break ou…
-
When calling SNMPContext#close() the function will never exit.
I am using Java 8 and JavaFX.
-
Good day.
Help to understand the best way to solve this problem:
```
00:00:20.414081 IP 10.12.2.2.23568 > 10.15.44.1.161: C=totgfh0xre GetNextRequest(30) .1.3.6.1.2.1.31.1.1.1.1
00:00:20.442642 IP…
-
[snmp] Async requests in the snmp4j are filling up memory, leading to a java vm crash for the openhab process.
## Expected Behavior
openhab process does not fill up memory during runtime.
## Curr…
-
Crossposting from [stackoverflow](https://stackoverflow.com/questions/50065899/dropwizard-testing-resourcetestrule-throwing-noclassdeffounderror-ch-qos-logb) and [forum](https://groups.google.com/foru…
-
Followup of #80
Currently the snmp input does not implement the `stop` method to release snmp4j resources by calling the `Snmp#close` method. After the #80 refactor this is tricky because we are now…