Anirudh-A-V / python-sockets

A client-server model using Python sockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-sockets

This is a simple python socket program.

How to run the program

  1. Run server.py in a system.
  2. Then run client.py on another system in the same local network. Send messages.

Warning! : you must change the SERVER variable into the server local address. To find the server IP address, goto terminal(command prompt) and type ipconfig Copy the local network IP address of the system(in which the server is running)

About

A client-server model using Python sockets


Languages

Language:Python 100.0%