Skip to content

gravityfalls404/Socket-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Socket-Programming

Simple Socket Programming using Python

This Pogram demostrates a simple socket connection between server and the client over the internet.

It Contains two python code one each for Socket and Client Respectively which can be run on a single system. In order to run it on two diffrent sytems the change int the code will be: socket.gethostname() --> IP of the Server ex 192.168.x.y

To run the program on a single system run both the python Programs on two diffrent terminals/cmd. IMPORTANT: Run Server.py first and then Client.py

About

Simple Socket Programming using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages