Actions
Libraries » History » Revision 23
« Previous |
Revision 23/29
(diff)
| Next »
Greg Burri, 04/13/2010 10:45 AM
Libraries¶
Qt¶
The framework Qt 4 will be used. It contains almost all needed tools. This framework comes with a development environment called Qt Creator.
Home : http://qt.nokia.com/products/
Version : 2010.02.1
Download Windows : http://get.qt.nokia.com/qtsdk/qt-sdk-win-opensource-2010.02.1.exe
Protobuf¶
Protocol buffers is a library to define data message and serialize and deserialize them.
It will be used :- To persist some data into file (chunk hash cache, for example)
- To communicate over TCP/IP between cores and between core and GUI
Home : http://code.google.com/p/protobuf/
Version : 2.3.0
Download Windows : http://protobuf.googlecode.com/files/protobuf-2.3.0.zip
Updated by Greg Burri over 14 years ago · 23 revisions