|
Release Schedule:
Due to the nature of Open Source Software, we can not predict the date
that each release will happen. Once we feel that the software meets
the requirements for each release shown below we will release that version.
Below is a list of the features that we are aiming to include in the next
couple of releases. This list will change as the project evolves,
but for now it is a tentative list.
Version 0.1
-
Support for ANNOUNCE, PING, and PONG messages
-
A simple text client that displays detailed debuging information about
the messages being passed through the network, and also allows a limited
amount of interaction with the underlying node.
-
Routing system mostly in place, but needs not be perfect.
Version 0.2
-
Routing system that always gets messages to their intended destination.
-
Generation of public/private keys. Use of public keys for routing
keys.
-
Beginnings of a GUI client. Client should still output extensive
debugging information to the console.
-
Support for ANNOUNCE_REQUEST, MESSAGE, STATUS_REQUEST, and STATUS messages.
Version 0.3
-
Directory support, thus adding support for QUERY, DIRECTORY_REQUEST, and
DIRECTORY_INFOR messages.
-
Implementation of Cryptography system.
-
Improvements to GUI client.
Version 0.4
-
More improvements to GUI client
-
Most bugs should be fixed
-
A dedicated Router client.
Version 1.0
-
All features implemented and bug free. All code should be perfect!
|