-
OFDM-PHY Public
OFDM simulation in C with QAM modulation, FFT/IFFT, cyclic prefix, and BER evaluation.
C GNU General Public License v3.0 UpdatedJan 31, 2026 -
ADSP-Projects Public
This repository contains my MATLAB implementations and simulations for the Advanced Digital Signal Processing (ADSP) course. Each script, function, and notebook is designed to demonstrate core DSP …
MATLAB MIT License UpdatedDec 7, 2025 -
BIchatROOM Public
A terminal-based multi-user chatroom using TCP sockets, allowing real-time message exchange with join/leave notifications.
-
AirPort Public
A simple tool for managing and querying airport data (IATA/ICAO codes), useful for location-based or travel-related applications.
-
CoAP-Protocol Public
Lightweight C++ implementation of the Constrained Application Protocol (CoAP) for IoT and embedded systems, supporting basic message types and resource access over UDP.
C++ UpdatedNov 11, 2025 -
HTTP-1.1 Public
A minimal HTTP/1.1 server written in C++, supporting persistent connections, content negotiation, range requests, and basic HTTP methods.
