Libraries » History » Revision 28
Revision 27 (Greg Burri, 04/05/2011 02:41 PM) → Revision 28/29 (Greg Burri, 03/27/2012 12:52 PM)
h1. Libraries h2. Qt Qt is a huge C++ framework containing almost all what we need. This framework comes with a development environment called _Qt Creator_. Home : http://qt.nokia.com/products/ Version : >= 4.8.x 4.7.x h2. Protobuf Protocol buffers is a library to define data message and serialize and deserialize them. It uses: * 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.x