https://github.com/debugger22/network-prog-project
Programs written for Network Programming and Computer Networks courses
https://github.com/debugger22/network-prog-project
Last synced: 26 days ago
JSON representation
Programs written for Network Programming and Computer Networks courses
- Host: GitHub
- URL: https://github.com/debugger22/network-prog-project
- Owner: debugger22
- License: mit
- Created: 2014-12-12T05:31:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-26T04:58:43.000Z (about 10 years ago)
- Last Synced: 2025-02-15T07:51:23.993Z (3 months ago)
- Language: C++
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### This is the code for a project that I did for my course "Network Programming".
#### The problem statement:
Create a client-server application which uses wireless connection to transmit messages, small
files and ethernet for big files. The transmission should be seamless. If the size of file
crosses the threshold limit, the program should change the interface automatically.#### Note:
The software uses UNIX socket for connection and is written in C++. It uses Qt for graphical
interface.