summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorelie <elie>2005-10-26 20:41:27 +0000
committerelie <elie>2005-10-26 20:41:27 +0000
commit5f4acdac911745baf72aa9bca8a1a53a0367f190 (patch)
treec519a61bdf1c2614b7ecde85d6fb3e3e0192d903 /TODO.txt
parent9c4e4fc41133c1d1b015efa47a14a4b98ad7b918 (diff)
downloadpysnmp-git-5f4acdac911745baf72aa9bca8a1a53a0367f190.tar.gz
recent changes documented
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt31
1 files changed, 10 insertions, 21 deletions
diff --git a/TODO.txt b/TODO.txt
index 16af7caa..133aca6f 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,33 +1,20 @@
Sparse notes on major existing problems/plans
-* Re-design SMI model aiming at more consistent design
- and better performance. One problem with current model
- is that MIB variable and variable instance is not clarly
- separated. Scalar vars and table cells should share the
- same mechanics. For example, MibVariable may be a subtree
- with a single leaf -- MibVarInstance; MibColumn would also
- hold a ref to MibVarInstance then.
+* SMI issues remained include:
- Linear search for subtree constributes to poor performance,
-
- Possibly, MIB tree should be a single-level dictionary of
- MIB objects.
-
- Subtree registration at MIB tree objects may be obsolete
-
- Another issue showed up in MIBVIEW object model: MIB module name,
- MIB object name and object instance should be clearly separated.
- Dedicated, simple API for table cells mangling should be provided.
- The whole thing should be simpler, including API.
+ 1) multiple OID registration should be posible for
+ customizing Managed Objects classes
+ 2) in MIBVIEW object model: MIB module name, MIB object
+ name and object instance should be clearly separated.
+ Dedicated, simple API for table cells mangling should be
+ provided.
* Notification filtering (RFC3413) not implemented.
* MsgAndPduDispatcher should use TransportDispatcher jobs interface
to handle SNMPv3 handshake
-* At MibViewController, do not index intance objects
-
* Implement 'oneliner' API for v1arch
* Implement prettyIn value format parser at TC
@@ -41,7 +28,9 @@ Sparse notes on major existing problems/plans
* Re-work ACL to get rid of linear search there
-* Implement SNMP trap and proxy apps; complete example apps
+* Implement SNMP trap app
+
+* Implement SNMP proxy example & app
* Check for memory leaks esp. on failed requests