Menu

Tree [071398] master /
 History

HTTPS access


File Date Author Commit
 IPConnect.pro 2016-10-20 Shashwat Dixit Shashwat Dixit [f2a40d] Created a DownloadManager class for managing ev...
 README.md 2017-03-25 Shashwat Dixit Shashwat Dixit [071398] fixed README
 client.cpp 2016-10-21 Shashwat Dixit Shashwat Dixit [d36ca8] connecting signal slot for new connection
 client.h 2016-10-21 Shashwat Dixit Shashwat Dixit [32277f] created sendFile and acceptFile function to for...
 clientmanager.cpp 2016-10-21 Shashwat Dixit Shashwat Dixit [32277f] created sendFile and acceptFile function to for...
 clientmanager.h 2016-05-27 Shashwat Dixit Shashwat Dixit [a187c5] conneced send file trigger in main thread to cl...
 connectdialog.cpp 2016-05-22 Shashwat Dixit Shashwat Dixit [713dd5] added a QMap to store clients with their name
 connectdialog.h 2016-05-22 Shashwat Dixit Shashwat Dixit [713dd5] added a QMap to store clients with their name
 connectdialog.ui 2016-05-20 Shashwat Dixit Shashwat Dixit [1c77d2] Created ConnectDialog class and UI for connecti...
 detaildialog.cpp 2016-10-20 Shashwat Dixit Shashwat Dixit [88bfaa] fixed bug of empty username or empty download d...
 detaildialog.h 2016-10-20 Shashwat Dixit Shashwat Dixit [88bfaa] fixed bug of empty username or empty download d...
 detaildialog.ui 2016-10-20 Shashwat Dixit Shashwat Dixit [1c53f7] added a dialog to ask for default settings
 downloadmanager.cpp 2016-10-21 Shashwat Dixit Shashwat Dixit [d36ca8] connecting signal slot for new connection
 downloadmanager.h 2016-10-21 Shashwat Dixit Shashwat Dixit [32277f] created sendFile and acceptFile function to for...
 filetransfer.cpp 2016-07-02 Shashwat Dixit Shashwat Dixit [c4fea5] resolved error continously sending IPC:FILE:SFI...
 filetransfer.h 2016-07-02 Shashwat Dixit Shashwat Dixit [c4fea5] resolved error continously sending IPC:FILE:SFI...
 main.cpp 2016-05-20 Shashwat Dixit Shashwat Dixit [3c17e9] Handle Connection from the server (currently ec...
 messenger.cpp 2016-10-21 Shashwat Dixit Shashwat Dixit [32277f] created sendFile and acceptFile function to for...
 messenger.h 2016-10-21 Shashwat Dixit Shashwat Dixit [5e13c9] sending the transfer request to download manager
 messenger.ui 2016-05-20 Shashwat Dixit Shashwat Dixit [1c77d2] Created ConnectDialog class and UI for connecti...

Read Me

IPConnect

IPConnect is a P2P Chatting and File Transfering app made on Qt.

Working

  • Starts a Server on main GUI thread at port 2424.
  • Connect to a client and moves it to a different thread.
  • sends it's information to client on connection and makes a p2p connection
  • sends information in form of string lile APP:METHOD:OPTION:DATA ex IPC:MESSAGE:TEXT:hi how are you

Features

  • GUI
  • P2P Connection on TCP
  • Connection on different Thread for managing multiple Connection.
  • Chatting
  • File Transfer
  • Download manager ( to manage file transfer on different thread)
  • Auto Discovery ( Effecient Way )
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.