# IPConnect **Repository Path**: MemoryFast/IPConnect ## Basic Information - **Project Name**: IPConnect - **Description**: P2P Chat and File Transfer Desktop Application - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-26 - **Last Updated**: 2021-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 - [x] GUI - [x] P2P Connection on TCP - [x] Connection on different Thread for managing multiple Connection. - [x] Chatting - [x] File Transfer - [ ] Download manager ( to manage file transfer on different thread) - [ ] Auto Discovery ( Effecient Way )