https://github.com/javakanaya/network-programming-2024
All the tasks and projects completed during the Network Programming course
https://github.com/javakanaya/network-programming-2024
http network-programming socket-programming
Last synced: about 1 year ago
JSON representation
All the tasks and projects completed during the Network Programming course
- Host: GitHub
- URL: https://github.com/javakanaya/network-programming-2024
- Owner: javakanaya
- Created: 2024-03-27T16:51:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T16:39:26.000Z (over 1 year ago)
- Last Synced: 2024-08-20T20:03:51.443Z (over 1 year ago)
- Topics: http, network-programming, socket-programming
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Network Programming 2024
This repository contains all the tasks and projects completed during the Network Programming course.
## Course Description
The Network Programming course provides knowledge and skills to students on how to create applications that can communicate with other applications on a computer network using socket programming. In addition, students also learn how to communicate between applications.
## Table of Contents
- [Assignment 1: Introduction to Python](./01)
- [Assignment 2: Socket](./02)
- [Assignment 3: HTTP](./03)
- [Assignment 4: FTP](./04)
- [Final Exam](./eas)
- [Quiz 1](./kuis-1)
- [Quiz 2](./kuis-2)