Projects


Personal projects for fun and learning - more on the way.

Flac Fun

Audio Streaming for FLAC files

Made in C for fun, to better understand how audio streaming works. Network communication is implemented on both TCP and UDP protocols. Uses libFLAC.
Source code available here

AmIHot

TUI hardware temperature visualizer

C++ terminal application visualizing hardware temperature as bar charts, designed for servers.
Source code available here

webC

Very simple web server in C

Project made for fun and learning purposes to better understand how HTTP works over TCP.
Source code available here