Libraries » History » Version 25
Greg Burri, 01/26/2011 02:52 PM
1 | 1 | Greg Burri | h1. Libraries |
---|---|---|---|
2 | |||
3 | 21 | Greg Burri | h2. Qt |
4 | |||
5 | 23 | Greg Burri | The framework Qt 4 will be used. It contains almost all needed tools. This framework comes with a development environment called _Qt Creator_. |
6 | 15 | Greg Burri | |
7 | 20 | Greg Burri | Home : http://qt.nokia.com/products/ |
8 | 24 | Greg Burri | Version : 4.7.x |
9 | 17 | Greg Burri | |
10 | |||
11 | 15 | Greg Burri | h2. Protobuf |
12 | 17 | Greg Burri | |
13 | Protocol buffers is a library to define data message and serialize and deserialize them. |
||
14 | 18 | Greg Burri | |
15 | 1 | Greg Burri | It will be used : |
16 | * To persist some data into file (chunk hash cache, for example) |
||
17 | * To communicate over TCP/IP between cores and between core and GUI |
||
18 | 20 | Greg Burri | |
19 | Home : http://code.google.com/p/protobuf/ |
||
20 | 25 | Greg Burri | Version : 2.4.0 |