Project

General

Profile

Libraries » History » Version 21

Greg Burri, 04/13/2010 10:44 AM

1 1 Greg Burri
h1. Libraries
2
3 21 Greg Burri
h2. Qt
4
5 16 Greg Burri
The framework Qt 4 will be used. It contains almost all needed tools.
6 15 Greg Burri
7 20 Greg Burri
Home : http://qt.nokia.com/products/
8
Version : 2010.02.1
9
Download Windows : http://get.qt.nokia.com/qtsdk/qt-sdk-win-opensource-2010.02.1.exe
10 17 Greg Burri
11
12 15 Greg Burri
h2. Protobuf
13 17 Greg Burri
14
Protocol buffers is a library to define data message and serialize and deserialize them.
15 18 Greg Burri
16 1 Greg Burri
It will be used :
17
* To persist some data into file (chunk hash cache, for example)
18
* To communicate over TCP/IP between cores and between core and GUI
19 20 Greg Burri
20
Home : http://code.google.com/p/protobuf/
21
Version : 2.3.0
22
Download Windows : http://protobuf.googlecode.com/files/protobuf-2.3.0.zip