Skip to content

vishwakt/netlab-socket-programming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOCKET PROGRAMMING README

REQUREMENTS:

Python version 2.7.x must be installed.

Python version 2.7.6 is recommended.

DO NOT INSTALL VERSION 3.x.x !

This version is intended to run on python 2.7.x and will not execute if compiled with 3.x.x due to differences in package and method definitions.

USAGE

To run a python script, in cmd go to the directory/folder in which the python code is located and then do:

python <filename>.py

Example - running 'client.py' :

python client.py 

RESCOURCES:

Download python:
	
	http://www.python.org/downloads/

Python v2.7.6 Documentation:

	http://docs.python.org/2/

About

Networks laboratory socket programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published