travelhacking
[oweals/gnunet.git] / TODO
1 Implementable right now (but not necessarily important), with caveats
2 (unavailable components that will limit what can be implemented right
3 away), in order in which they will likely be done:
4 * TESTING
5 * FS (DHT not available)
6 * SETUP
7 * DV (distributed testing not available)
8 * TBENCH (distributed testing not available)
9 * TRACEKIT (distributed testing not available)
10 * HTTP transport
11 * FRAGMENTATION
12 * MySQL / Postgres plugins (datastore, datacache)
13 * UPNP
14
15
16 PHASE #2: (Goal: recover basic file-sharing functionality)
17 * TESTING (needed for DV, DHT, Topology)
18   - implement library for local testing
19     + modify configuration to allow controlling
20       connections for non-local starts
21     + CORE service does not start with valid peer ID (all zeross)
22       -- testcase fails!
23     + consider changing API for peer-group termination
24       to call continuation when done
25     + testbed creation with topology (needs working F2F topology) [Nate]
26     + testbed with churn [Nate]
27   - implement testcases for library
28     + get test for basic peer start to work!
29     + test basic peer connect
30     + test group start
31     + test basic peer re-configure [Nate]
32     + test topology creation [Nate]
33     + test churn generation [Nate]
34 * TOPOLOGY:
35   - implement testcases (needs TESTING)
36 * HOSTLIST:
37   - implement testcases
38 * FS (anonymous FS only)
39   - review FS API [Nils, Amatus, CG]
40   - design network structs (CS)
41   - implement FS library
42     + URI API
43     + getopt API
44     + persistence mechanism
45     + sharing API
46       ~ file-information
47       ~ insert
48       ~ download
49       ~ search
50       ~ unindex
51       ~ namespaces
52       ~ collection
53     + directory API
54   - design network structs (P2P)
55   - datastore request queueing mechanism
56   - implement FS service (needs DHT)
57     + insert
58     + download
59     + search
60     + unindex
61   - implement testcases 
62     + URI API
63     + getopt API
64     + sharing API (needs TESTING)
65       ~ file-information
66       ~ insert
67       ~ download
68       ~ search
69       ~ unindex
70       ~ namespaces
71       ~ collection
72     + directory API
73   - implement performance tests (needs TESTING)
74     + insert
75     + download
76     + search
77     + unindex
78 * new webpage
79   - install on proper server
80   - activate as ng.gnunet.org
81 => Deploy(able) development network
82
83
84 PHASE #3: (Goal: ready for pre-release) [completion-goal: end of 2009]
85 * Module features to implement:
86   - setup (RC-pre0)
87     + default generation
88     + need to settle basic design; do we want to keep guile?
89   - testing (RC-pre0)
90     + implement library for distributed testing [Nate]
91     + implement testcases for distributed testing [Nate]
92   - tbench (RC-pre1)
93     + good to have for DV evaluation!
94   - DV (RC-pre1)
95     + write DV API 
96     + implement DV service [Nate & CG]
97     + implement DV library [Nate]
98     + implement DV transport plugin [Nate & CG]
99     + implement testcases [Nate]
100     + implement performance tests [Nate]
101   - tracekit (RC-pre2)
102     + good to have for DV/DHT evaluation!
103   - DHT (RC-pre2)
104     + implement DHT service (needs DV, DATACACHE)
105     + implement DHT library
106     + implement testcases
107     + implement performance tests
108 * GUIs to implement:
109   - gtk (RC-pre1)
110     + how to integrate scheduler with GTK event loop!
111   - fuse (RC-pre2)
112   - qt (RC-pre3)
113     + see discussions @ FISL about integration with event loop!
114 * Plugins to implement:
115   - UDP backend (RC-pre2)
116     + Fragmentation library 
117     + actual plugin
118   - HTTP backend (RC-pre2)
119 * Determine RC bugs and fix those!
120
121 => PRE-RELEASE
122
123
124 PHASE #4: [completion-goal: mid 2010]
125 * Documentation
126   - Doxygen generation
127   - lcov generation
128   - update man pages
129   - update webpage documentation
130 * new webpage:
131   - expand bibliography
132   - convert documentation pages to books
133   - update books (especially for developers)
134   - create good Drupal theme for GNUnet
135   - make a NICE download page and figure out how to 
136     enable developers to publish TGZs nicely
137   - port "contact" page; add impressum
138   - add content type for "todo" items?
139   - DNS activation
140 * Plugins to implement:
141   - MySQL database backends
142     + datacache
143     + datastore
144   - Postgres database backends
145     + datacache
146     + datastore
147   - vpn
148 * Determine RC bugs and fix those!
149
150 => 0.9.0 RELEASE
151
152
153
154
155 Post 0.9.0 features:
156 * SMTP transport backend
157 * HTTPS transport backend
158   - improved HTTPS support in MHD
159   - actual plugin