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.
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.
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
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
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 ../
Refer to the specifications in the respective folders
ls ass1/spec_ass1.pdf
ls ass2/spec_ass2.pdf
Please get in touch with the Author - Surya Avala.
For the versions available, see the tags on this repository.
- Surya Avala - Primary - github
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details