You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🌐 Welcome to the Computer Communication and Networks Repository! 📚✨ Immerse yourself in a meticulously curated knowledge hub on Computer Communication and Networks. 🚀💻 Explore the intricacies of connecting systems, navigating protocols, and understanding network architectures. 🔗🔍
A simple and robust chat application written in C, enabling real-time communication between multiple computers. Starts as a CLI-based application and evolves into a GUI-powered platform.
Multicast streaming project where clients join a group, select a station from server-provided info, and receive live video streams. Stations broadcast continuously, and clients can control playback (pause, resume, switch, or exit) via a GUI.
Pair-based project conducted during end of 6-week C-training bootcamp to consolidate learning across all topics but specifically focused on communication and client-server socket programming using TCP or UDP.
Miniproject : TSI (Teacher Student Interface) - Based on Socket programming. TSI makes it possible to let Students connect to Teacher via TSI Program (must be in same network). In the connection, there can be communication as of in form of messages or there can be sharing of txt(or program files) within one student to Teacher or Teacher to One S…