Overview
This is a program to demonstrate routing over a network. It is similar to the NNTP protocol, but has no relationship with it. The network structure is hierarchical. There exists the root, and any number of slave servers. A slave can have any number of slaves itself. The trick is, how do you propagate a message to every server on the network, when the message can be posted to any slave. The answer is simple. The server who gets posted to sends the message up the chain going on until the root. Then, periodically, all servers poll their parents for new messages, effectively pulling down anything the parent has that they do not. In time, the message is successfully propagated to the entire network.
Features
- Open source.
- Ant Build File
- Graphical Client
- Command Line Help
License
Licensed under the GNU General Public License.
Learn more about GNU and free software at http://www.gnu.org/.
Screenshots
Download
dos-joc.zip (420 KB)