Project

General

Profile

Libraries » History » Version 18

Greg Burri, 07/14/2009 09:34 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 17 Greg Burri
http://www.qtsoftware.com/products/
6
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