forked from etingof/snmpresponder
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES.txt
46 lines (32 loc) · 1.42 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Revision 0.0.6, released 22-08-2024
-----------------------------------
- Excluded PySNMP 7.0 due to incompatibility issues.
Revision 0.0.5, released 16-08-2024
-----------------------------------
- Fixed initial incompatibility issues with latest PySNMP.
Revision 0.0.4, released 16-07-2024
-----------------------------------
- Removed package postfix.
Revision 0.0.3, released 13-11-2022
-----------------------------------
- Packaged by LeXtudio Inc.
Revision 0.0.2, released 31-01-2019
-----------------------------------
- Implemented MIB implementation load from pip-installed packages
- Small fixes to packaging and documentation
Revision 0.0.0, released 13-01-2019
-----------------------------------
- Initial public release
As of this release, the SNMP Command Responder tool can run one or
more SNMP agents and maintain one or more trees of MIB objects
representing SNMP-managed entities. Received messages are applied
onto one of the MIB trees chosen by tool's configuration.
As of this initial version, the basic functionality seems to
work, however:
* the plugin feature is not fully implemented
* GETNEXT/GETBULK performance needs to be improved
* network transparency is not operational
* the documentation is up, though still lacking at places
* many imaginable configuration examples are not yet present
* apparently, pysnmp 5.x API needs minor tweaks
* unit tests is a highly desired thing