Adnan Omar's repositories

AES128_C-POSIX

AES-128 implementation in C/POSIX, multi-threaded using <pthread.h>. Still learning, looking for your feedbacks.

Language:CStargazers:2Issues:2Issues:0

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.

Language:PythonStargazers:1Issues:1Issues:0

AES128_Python3

AES-128 Implementation in Python 3.9, Multi-threaded using 2 Queues

Language:PythonStargazers:0Issues:1Issues:0

Network-Programming-Asssignments-with-Solutions

This repository is for NES416 [ Network Programming course ] Assignments in 2020/2021 2nd Semester.

Language:CStargazers:0Issues:1Issues:0
Language:C++Stargazers:0Issues:1Issues:0

TokenBucketAlgorithm

Token Bucket Algorithm from QoS algorithms

Language:C++License:BSD-2-ClauseStargazers:0Issues:1Issues:0

unpv13e

Unix Network Programming, Volume 1: The Sockets Networking API (3rd Edition)

Language:CStargazers:0Issues:0Issues:0

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.

Language:C++Stargazers:0Issues:1Issues:0

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.

Language:C++Stargazers:0Issues:1Issues:0