{"id":26581590,"url":"https://github.com/mnh-stack/os-chat-system","last_synced_at":"2025-03-23T07:21:55.333Z","repository":{"id":280894395,"uuid":"943520255","full_name":"mnh-stack/OS-Chat-System","owner":"mnh-stack","description":"A terminal-based chat system using Named Pipes (FIFO) in C for Linux \u0026 WSL. Enables real-time, bidirectional communication between sender and receiver processes using inter-process communication (IPC). Supports signal handling for clean termination.","archived":false,"fork":false,"pushed_at":"2025-03-05T21:20:35.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T22:31:47.795Z","etag":null,"topics":["bash","c","chat-system","fifo","ipc","linux","networking","os","wsl"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mnh-stack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-05T20:55:27.000Z","updated_at":"2025-03-05T22:43:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b23ce75-811c-435c-a2a3-9ca8a967a0a9","html_url":"https://github.com/mnh-stack/OS-Chat-System","commit_stats":null,"previous_names":["noumancomputes/os-chat-system","mnh-stack/os-chat-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnh-stack%2FOS-Chat-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnh-stack%2FOS-Chat-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnh-stack%2FOS-Chat-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnh-stack%2FOS-Chat-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mnh-stack","download_url":"https://codeload.github.com/mnh-stack/OS-Chat-System/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245067987,"owners_count":20555659,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","c","chat-system","fifo","ipc","linux","networking","os","wsl"],"created_at":"2025-03-23T07:21:54.679Z","updated_at":"2025-03-23T07:21:55.331Z","avatar_url":"https://github.com/mnh-stack.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OS Chat System  \n\n## 📌 Overview  \nOS Chat System is a simple inter-process communication (IPC) chat application using **Named Pipes (FIFO)** in C. It enables multiple users to send and receive messages efficiently within a local Linux or WSL environment.  \n\n## ⚡ Features  \n- ✅ Real-time message sending and receiving  \n- ✅ Uses Named Pipes (FIFO) for communication  \n- ✅ Compatible with **WSL (Windows Subsystem for Linux) and Linux**  \n- ✅ Lightweight and efficient  \n\n## 🚀 Installation \u0026 Usage  \n\n### **Step 1: Clone the Repository**  \n```sh  \ngit clone https://github.com/noumancomputes/OS-Chat-System.git  \ncd OS-Chat-System  \n```\n\n### **Step 2: Compile the Code**  \nUse `gcc` to compile:  \n```sh  \ngcc Chat_Sender.c -o sender  \ngcc Chat_Receiver.c -o receiver  \n```\n\n### **Step 3: Run the Chat System**  \n\n#### **In One Terminal: Start the Receiver**  \n```sh  \n./receiver  \n```\n\n#### **In Another Terminal: Start the Sender**  \n```sh  \n./sender  \n```\n\nNow, type messages in the sender terminal, and they will appear in the receiver terminal.\n\n## ⚠️ Requirements  \n- Linux or **Windows Subsystem for Linux (WSL)**  \n- GCC Compiler (`sudo apt install gcc` for Ubuntu/WSL)  \n\n## 📚 License  \nThis project is **MIT Licensed**. Feel free to use and modify it.  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnh-stack%2Fos-chat-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmnh-stack%2Fos-chat-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnh-stack%2Fos-chat-system/lists"}