Project

General

Profile

Libraries » History » Revision 26

Revision 25 (Greg Burri, 01/26/2011 02:52 PM) → Revision 26/29 (Greg Burri, 04/01/2011 11:35 AM)

h1. Libraries 

 h2. Qt 

 The framework Qt is a huge C++ framework containing 4 will be used. It contains almost all what we need. needed tools. This framework comes with a development environment called _Qt Creator_. 

 Home : http://qt.nokia.com/products/ 
 Version : 4.7.x 


 h2. Protobuf 

 Protocol buffers is a library to define data message and serialize and deserialize them. 

 It uses: will be used : 
 * To persist some data into file (chunk hash cache, settings, for example) 
 * To communicate over TCP/IP between cores and between core and GUI 

 Home : http://code.google.com/p/protobuf/ 
 Version : 2.4.0