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
Project to make a fully functional TCP Chat server in C, along with the client programs. Uses C sockets, netdb, netinet, arpa/inet libraries. Multiple clients can connect, each with unique usernames decided via prompt at connection time.
A simple and lightweight peer-to-peer chat application for local area networks (LAN). This app allows users connected to the same network to communicate with each other in real time without requiring internet access or a centralized server.
A collection of 10 C projects demonstrating TCP networking, multi-cipher encryption, file compression, CPU scheduling simulation, GTK GUI applications, maze solving, and more.
Socket programming is a part of intermediate python programming. Sockets are low-level endpoints of an end to end connections. Most of the programs in this repo are based on TCP sockets
A robust multi-client TCP chat application with server-client architecture implemented in C. Features concurrent client handling, username management, message broadcasting, and graceful disconnect handling. A multi-client TCP chat application with server-client architecture. C, POSIX sockets, pthreads or epoll, Linux.
This is the client codebase for iCOM system. iCOM is an internal communication system that is designed to service the communication needs of organizations through the use of a concurrent server which runs on any unix-like system and a client that can be run on any other operating system used by the organization.
A lightweight and efficient TCP chat server built with TypeScript and Bun. This project demonstrates how to handle multiple client connections, broadcast messages, and manage user sessions using Bun's high-performance networking capabilities.