summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-12-04 12:03:05 +0100
committerIlya Etingof <etingof@gmail.com>2016-12-04 12:03:05 +0100
commit023b707f83bb1805dafdcd38ea5b1adfbf83d7e9 (patch)
treef262e15efa2a3cc8fb062b6b0a5ac8bed1759aa8 /TODO.txt
parentc8e35e747a0f1b5ab85d44809521991f1ed3a8fb (diff)
downloadpysnmp-git-023b707f83bb1805dafdcd38ea5b1adfbf83d7e9.tar.gz
updated project url
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index d8eac4fa..30a8699d 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -59,4 +59,13 @@ Sparse notes on major existing problems/plans
* Disallow empty SET value reaching scalar MIB object
-* Figure out why .getUnitis() are not propagated from SNMPv2-SMI::ObjectType to response object \ No newline at end of file
+* Figure out why .getUnitis() are not propagated from SNMPv2-SMI::ObjectType to response object
+
+* Extent pysmi/mibdump tool to produce MIB instances from ASN.1 MIBs
+
+* Write a tool that parses iana-private-enterprise numbers into a pysnmp MIB instance
+
+* Make mibdump producing OID->MIB indices in form of pysnmp MIB instance and JSON
+
+* Write a helper function/module based on pysnmp that reports device details based on SNMP data.
+ In particular: description, vendor ID/name (sysObjectID), implemented MIBs (sysORTable) \ No newline at end of file