# IPConnect **Repository Path**: mirrors_barry-ran/IPConnect ## Basic Information - **Project Name**: IPConnect - **Description**: P2P Chat and File Transfer Desktop Application - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: v2 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IPConnect P2P Chat and File Transfer Desktop Application for LAN Liscenced under GPLv3.0 ( see LISCENCE ). ![IPConnect](images/ipconnect.png) ### Requirements * libssl * licrypto * cmake 3.5.1 * Qt 5.8 libs ### Compiling * if Qt 5.8 is installed globally ``` $ mkdir build && cd build $ cmake .. $ make && make install ``` * if Qt 5.8 is installed at a specific path ``` $ mkdir build && cd build $ cmake -DCMAKE_PREFIX_PATH=/path/to/Qt5.8.0/ .. $ make && make install ``` ### Using IPConnect see [Using.md](Using.md) ### API Docs ##### Requirements * graphviz * doxygen ##### Generating Docs inside Repository ``` $ doxygen ``` ##### Using Docs goto apidocs > html directory and open index.html with browser