Skip to content

SerayBeser/Server-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Server-Client

TCP, UDP, TCP with SSL/TLS connection examples


REQUIREMENTS

  • Ubuntu 17.10 (or Windows)
  • Python 2.7

RUNNING PROGRAMS

1- Open two distinct terminal and,

  • [run] $ python2 *_server.py
  • [run] $ python2 *_client.py

2- or open programs with PyCharm.


NOTES

** Default Settings:

  • udp ip:port ---> 127.0.0.1:1234
  • tcp ip:port ---> 127.0.0.1:1237
  • tcp-ssl ip:port ---> 127.0.0.1:1231