Skip to content

suryaavala/network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Assignment for COMP9331 - Computer Networks and Applications - UNSW 16s2

This github repo is created as a part of the Assignments for COMP9331 - Computer Networks and Applications taught at Unviersity of New South Wales during the Semester2 of 2016.

Specifications

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See Running for notes on how to deploy the project on a live system.

Prerequisites

Following prerequisites are essential for this code to run.

git
python3

Following commands are just a reference to install the dependencies on a Ubuntu like linux system. Please refer to their respective websites to properly install the dependencies

sudo apt-get install git

sudo apt-get install python3

Installation

A step by step series of examples that tell you have to get a development env running

Once the dependencies are installed, clone this github repository onto your local machine as follows

git clone [email protected]:suryaavala/network.git

Then cd into the cloned directory

cd network

Testing the Installation

Run the following commands to test if the code has been installed properly

cd ass1

python3
>>> import mysocket

Expected output

>>> import mysocket
>>>

If you see the above output, then the installation is successful

Now go back to the home directory

cd ../

Running

Refer to the specifications in the respective folders

ls ass1/spec_ass1.pdf

ls ass2/spec_ass2.pdf

Contributing

Please get in touch with the Author - Surya Avala.

Versioning

For the versions available, see the tags on this repository.

Authors

  • Surya Avala - Primary - github

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

< / > With ❤️ Using Python

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published