nano9911
Network Engineering and Security enthusiast. Interested in OS's, virtualization technologies, programming, networking and security.
Pinned Repositories
AES128_C-POSIX
AES-128 implementation in C/POSIX, multi-threaded using <pthread.h>. Still learning, looking for your feedbacks.
AES128_Python3
AES-128 Implementation in Python 3.9, Multi-threaded using 2 Queues
Network-Programming-Asssignments-with-Solutions
This repository is for NES416 [ Network Programming course ] Assignments in 2020/2021 2nd Semester.
PySock
Simple multithreaded TCP echo server, using socket threading and sys only. And a Simple client connects to thetaget server and keeps sending and receiving messages to and from server until receive or the user input an empty message.
Token_and_Leaky_BucketAlgorithms
TokenBucketAlgorithm
Token Bucket Algorithm from QoS algorithms
unpv13e
Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition)
WinSock2TCPClient
TCP Client using Windows Sockets 2, which keep sending and receiving messages to and from server, until the user input an empty message by just typing new line.
WinSock2TCPEchoServer
Simple Multi Threaded Echo Server using TCP/IPv4 with WinSock2. All the explanations are implemented in the comments in the right place. Still a beginner and looking for your feedbacks.
nano9911's Repositories
nano9911/AES128_C-POSIX
AES-128 implementation in C/POSIX, multi-threaded using <pthread.h>. Still learning, looking for your feedbacks.
nano9911/PySock
Simple multithreaded TCP echo server, using socket threading and sys only. And a Simple client connects to thetaget server and keeps sending and receiving messages to and from server until receive or the user input an empty message.
nano9911/AES128_Python3
AES-128 Implementation in Python 3.9, Multi-threaded using 2 Queues
nano9911/Network-Programming-Asssignments-with-Solutions
This repository is for NES416 [ Network Programming course ] Assignments in 2020/2021 2nd Semester.
nano9911/Token_and_Leaky_BucketAlgorithms
nano9911/TokenBucketAlgorithm
Token Bucket Algorithm from QoS algorithms
nano9911/unpv13e
Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition)
nano9911/WinSock2TCPClient
TCP Client using Windows Sockets 2, which keep sending and receiving messages to and from server, until the user input an empty message by just typing new line.
nano9911/WinSock2TCPEchoServer
Simple Multi Threaded Echo Server using TCP/IPv4 with WinSock2. All the explanations are implemented in the comments in the right place. Still a beginner and looking for your feedbacks.