Project

General

Profile

Prototypes » History » Version 3

Greg Burri, 12/05/2008 10:57 AM

1 1 Greg Burri
h1. Prototypes
2
3
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.
4 2 Greg Burri
5 3 Greg Burri
* Reading and writing the same file from different threads.
6
* Creating SHA-1 hash for each part of a file.
7
* Reading of filename with UTF8 characters.
8
* Multicast UDP.
9
* Protocol Buffers.
10
* Thrift.