Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meharehsaan/socketprogramming
In this repo File Transfer Protocol FTP, Stop and Wait and Go back-N protocols are implemented in UDP sockets created while learning Networking course.
https://github.com/meharehsaan/socketprogramming
javasockets python socket-programing sockets
Last synced: about 2 months ago
JSON representation
In this repo File Transfer Protocol FTP, Stop and Wait and Go back-N protocols are implemented in UDP sockets created while learning Networking course.
- Host: GitHub
- URL: https://github.com/meharehsaan/socketprogramming
- Owner: meharehsaan
- Created: 2023-02-17T06:28:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T06:58:57.000Z (about 1 year ago)
- Last Synced: 2023-11-09T07:33:08.972Z (about 1 year ago)
- Topics: javasockets, python, socket-programing, sockets
- Language: C
- Homepage:
- Size: 440 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# socket Programming
### In Python sockets
---
File Transfer Protocol FTP, Stop and Wait and Go-back-N protocols are implemented in UDP sockets created while Computer Networking.
### In java sockets
---
Simple java sockets are implemented using streams in java.
### Scokets in C
---
In C Datagram Socktets, internet Sockets, Stream Sockets and UNIX domain Sockets are implemented.
## Additional Links
- [Learning C](https://github.com/meharehsaan/learning-c)
- [Operating System](https://github.com/meharehsaan/operating-system)
- [System Programming](https://github.com/meharehsaan/system-programming)
- [Buffer Overflow](https://github.com/meharehsaan/bufferoverflow)
- [Linux Utilities](https://github.com/meharehsaan/linux-utilities)
- [Programming Concepts](https://github.com/meharehsaan/progconcepts)
- [Resources](https://github.com/meharehsaan/resources)---
Best Regards - [Mehar Ehsaan](https://github.com/meharehsaan)