Client-Server Projects
____
List Of Projects
Project Name         | Description |
---|---|
TCP and UDP socket communication |
Socket programming assignments with C++ language, representing server and clients over TCP and UDP sockets |
Disk Reporter & Log File Review |
Python scrips to generate disk and log file reports for better-automated system management. |
Banking Application |
Thread safe banking application that withdraws and deposit money in bank accounts. Created a server/client ready to send/receive information between each other without losing any information. Supports multiple concurrent connections and transmission between internal/external networks. |