Libraries » History » Version 29
Greg Burri, 04/18/2012 08:03 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 | 28 | Greg Burri | Version : >= 4.8.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 | 29 | Greg Burri | It's used: |
16 | 26 | Greg Burri | * 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 | 28 | Greg Burri | Version : >= 2.4.x |