All Projects → shashwatdixit124 → Ipconnect

shashwatdixit124 / Ipconnect

Licence: gpl-3.0
P2P Chat and File Transfer Desktop Application

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Ipconnect

touchockey
QtQuick2 hockey game using mobile browsers as game controller
Stars: ✭ 22 (-58.49%)
Mutual labels:  qml, qt5
Taoquick
a cool QtQuick/qml component library and demo(一套酷炫的QtQuick/Qml基础库和示例)
Stars: ✭ 481 (+807.55%)
Mutual labels:  qt5, qml
QDashBoard
Sample dashboard developed with QML. Login, plots and several screens.
Stars: ✭ 34 (-35.85%)
Mutual labels:  qml, qt5
QuickStreams
An asynchronous programming library for the QML programming language (Proof of Concept)
Stars: ✭ 42 (-20.75%)
Mutual labels:  qml, qt5
Spix
UI test automation library for QtQuick/QML Apps
Stars: ✭ 48 (-9.43%)
Mutual labels:  qt5, qml
sddm-sugar-dark
The sweetest dark theme around for SDDM, the Simple Desktop Display Manager.
Stars: ✭ 72 (+35.85%)
Mutual labels:  qml, qt5
Mystiq
Qt5/C++ FFmpeg Media Converter
Stars: ✭ 393 (+641.51%)
Mutual labels:  qt5, qml
Crusta
Fast, modern and minimal desktop web browser with rich features
Stars: ✭ 53 (+0%)
Mutual labels:  qml, qt5
Scihubeva
A Cross Platform Sci-Hub GUI Application
Stars: ✭ 683 (+1188.68%)
Mutual labels:  qt5, qml
Quickqanava
C++14 network/graph visualization library / Qt node editor.
Stars: ✭ 611 (+1052.83%)
Mutual labels:  qt5, qml
qak
Qak - the QML Aid Kit
Stars: ✭ 20 (-62.26%)
Mutual labels:  qml, qt5
Workspace
🚀 Base applications and settings for Liri OS
Stars: ✭ 9 (-83.02%)
Mutual labels:  qt5, qml
maxLibQt
A collection of C++ classes and QtQuick QML components for use with the Qt framework.
Stars: ✭ 18 (-66.04%)
Mutual labels:  qml, qt5
tenplayer
Modern Music Player for Linux
Stars: ✭ 18 (-66.04%)
Mutual labels:  qml, qt5
QtIosCMake
📱 Deploy Qt Application for iOS with a single macro when using CMake.
Stars: ✭ 35 (-33.96%)
Mutual labels:  qml, qt5
soha
A modern calendar written in qt-quick.
Stars: ✭ 30 (-43.4%)
Mutual labels:  qml, qt5
QtDemos
This is a demo about Qt5, including Qt Custom Widget, Qt Multithreaded Downloader, QML Video Player(using OpenGL, FFmpeg and SDL2)
Stars: ✭ 18 (-66.04%)
Mutual labels:  qml, qt5
DeadAscend
A 2D point'n'click-like adventure game written in Qt/QML and Javascript
Stars: ✭ 37 (-30.19%)
Mutual labels:  qml, qt5
Fluid
📖 Library for QtQuick apps with Material Design
Stars: ✭ 601 (+1033.96%)
Mutual labels:  qt5, qml
Virtscreen
Make your iPad/tablet/computer into a secondary monitor on Linux.
Stars: ✭ 887 (+1573.58%)
Mutual labels:  qt5, qml

IPConnect

P2P Chat and File Transfer Desktop Application for LAN Liscenced under GPLv3.0 ( see LISCENCE ).

IPConnect

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

API Docs

Requirements
  • graphviz
  • doxygen
Generating Docs

inside Repository

$ doxygen
Using Docs

goto apidocs > html directory and open index.html with browser

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].