Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 674 Bytes

File metadata and controls

18 lines (13 loc) · 674 Bytes

Socket-Programming

Socket programming

Developed an application with:

  1. Client-server model
  2. TCP protocol

This application satisfy the following requirements:

1.  The application introduces a good idea.
2.  The welcome socket listens all the time to client requests.
3.  The application can communicate to more than one client at the same time., through a local 
      network between the clients and the server (fake IPs & wire, Bluetooth...).
4.  Client and server run on 2 separate computers.
5.  The application can deal with online  images …etc.
6.  P2P projects are not a server-client application unless it is handled.