Libraries » History » Version 19
Greg Burri, 02/16/2010 09:01 AM
1 | 1 | Greg Burri | h1. Libraries |
---|---|---|---|
2 | |||
3 | 16 | Greg Burri | The framework Qt 4 will be used. It contains almost all needed tools. |
4 | 15 | Greg Burri | |
5 | 19 | Greg Burri | http://qt.nokia.com/products/ |
6 | 17 | Greg Burri | |
7 | |||
8 | 15 | Greg Burri | h2. Protobuf |
9 | 17 | Greg Burri | |
10 | Protocol buffers is a library to define data message and serialize and deserialize them. |
||
11 | |||
12 | http://code.google.com/p/protobuf/ |
||
13 | 18 | Greg Burri | |
14 | It will be used : |
||
15 | * To persist some data into file (chunk hash cache, for example) |
||
16 | * To communicate over TCP/IP between cores and between core and GUI |