FreeGate Code
Status: Inactive
Brought to you by:
atten
File | Date | Author | Commit |
---|---|---|---|
bin | 2011-07-09 | atten | [r16] |
frontend | 2011-09-23 | atten | [r22] unfinished work |
libQDwm | 2011-08-03 | atten | [r20] Minor changes, code organizing |
libclient | 2011-09-23 | atten | [r22] unfinished work |
Protocol reference (RUS).xlsx | 2011-09-23 | atten | [r22] unfinished work |
license.txt | 2011-08-03 | atten | [r20] Minor changes, code organizing |
readme.txt | 2011-08-03 | atten | [r21] added readme file |
Updated 2011-08-03 ================================================= Freegate 0.0.1 alpha http://sf.net/projects/freegate Copyright (c) 2011 Artem Vasilev atten@coolline.ru This folder contains sources of FreeGate. Project is still under development, I hope to have much spare time to make a working prototype. ================================================= I. COMPOSITION FreeGate consists of following projects: 1. client (library for establishing p2p-network, includes it's own protocol, data structures etc...) 2. frontend (GUI application and client wrapper. Consists of main window and a few extensions) 3. QDwm (c) by Adaedra (open-source project for managing windows frames) II. BUILD INSTRUCTIONS All projects may be builded using Qt under any platform (excepting QDwm, which can be builded only under Windows). Build projects in the following order: 1. client 2. QDwm 3. frontend Output files will be placed in 'bin/' directory (for example, 'bin/debug-win32' or 'bin/release-win32'). Now, you are able to press different buttons and enjoy future functionality :) Anyway, I'll be pleased to receive questions and suggestions from interested people. Best regards, Atten.