Prototypes » History » Revision 4
Revision 3 (Greg Burri, 12/05/2008 10:57 AM) → Revision 4/49 (Greg Burri, 12/05/2008 01:56 PM)
h1. Prototypes
Prototypes are locate in the '/prototypes' directory in the SVN repository. The goal is to write some code to try to resolve a particular problem which we don't know exactly how to solve. For example there will be a 'Multicast UDP' prototype, a 'GUI' prototype, a 'File hashing' prototype, etc.
* Reading and writing the same file from different threads.
* Creating SHA-1 hash for each part of a file.
* Reading of filename with UTF8 characters.
* Multicast UDP.
* Protocol Buffers.
* Thrift.