Libraries » History » Version 27
Greg Burri, 04/05/2011 02:41 PM
1 | 1 | Greg Burri | h1. Libraries |
---|---|---|---|
2 | |||
3 | 21 | Greg Burri | h2. Qt |
4 | |||
5 | 26 | Greg Burri | Qt is a huge C++ framework containing almost all what we need. 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 | 26 | Greg Burri | It uses: |
16 | * To persist some data into file (chunk hash cache, settings, for example) |
||
17 | 1 | Greg Burri | * 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 | 27 | Greg Burri | Version : 2.4.x |