{"id":18550354,"url":"https://github.com/amaitou/minitalk","last_synced_at":"2026-01-24T18:03:10.866Z","repository":{"id":112338912,"uuid":"583966082","full_name":"amaitou/Minitalk","owner":"amaitou","description":"Efficiently exchange small data in C with a UNIX signal-based program. This concise project leverages UNIX signals for streamlined communication, providing a simple and effective solution for data exchange in a lightweight environment. Explore the power of signals in this compact program designed for seamless small-scale data transfer.","archived":false,"fork":false,"pushed_at":"2024-06-01T23:06:54.000Z","size":26,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T11:54:56.632Z","etag":null,"topics":["1337school","42cursus","42network","inter-process-communication","minitalk42","signals"],"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/amaitou.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":"2022-12-31T17:16:37.000Z","updated_at":"2024-06-01T23:06:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6294812-81ea-4745-83b4-0e8b5eefc5db","html_url":"https://github.com/amaitou/Minitalk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amaitou/Minitalk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amaitou%2FMinitalk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amaitou%2FMinitalk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amaitou%2FMinitalk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amaitou%2FMinitalk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amaitou","download_url":"https://codeload.github.com/amaitou/Minitalk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amaitou%2FMinitalk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28733350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T17:51:25.893Z","status":"ssl_error","status_checked_at":"2026-01-24T17:50:48.377Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["1337school","42cursus","42network","inter-process-communication","minitalk42","signals"],"created_at":"2024-11-06T21:04:19.470Z","updated_at":"2026-01-24T18:03:10.851Z","avatar_url":"https://github.com/amaitou.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\n![Aristotle-Quotes-Featuredjpg](https://user-images.githubusercontent.com/49293816/210177590-ddeda375-331b-44a2-a766-4e9153250a7a.jpeg)\n\n---\n\n# Minitalk\n\nSpeaking of the projects of `42Cursus`, Minitalk belongs to the third circle in the Cursus. \u003cbr/\u003e\nThis project aims to set up a communication program in the form of a client and a server using signals.\n\n**``` Note: I haven't shared the PDF of this project, as well as, I haven't explained anything due to school privacy reasons!```**\n\nThis project consists of two parts:\n- **Mandatory part**\n- **Bonus Part**\n\n\u003e Note: The **Bonus Part** is not that necessary to validate the project, but it gives some extra XPs and days for the **`The Blackhole`**.\n\n---\n\n# Signals\n\nwhen it comes to the communication between two processes there are plenty of ways to set up this communication, and here are some of them:\n- [Shared memory](https://www.geeksforgeeks.org/ipc-shared-memory/)\n- [Named Pipe or FIFO](https://www.geeksforgeeks.org/named-pipe-fifo-example-c-program/)\n- [PIPES](https://www.ibm.com/docs/en/aix/7.1?topic=io-working-pipes)\n- [Signal](https://www.geeksforgeeks.org/signals-c-language/)\n\nThis project limits you to use only signals to set up this communication between these two processes (`client` \u0026 `server`) by sending a message from the `client` to the server according to that last's process id.\n\n\u003e You are allowed to use only these two signals **SIGUSR1** and **SIGUSR2**\n\n---\n\n# Things you will learn in this project\n\n\u003e Signals\n\n\u003e Processes\n\n\u003e IPC (Inter Process Communication)\n\n\u003e Bit masking\n\n\u003e Makefile\n\n\u003e Syscalls\n\n---\n\n### **Contact Me**\n\n* [Twitter][_1]\n\n[_1]: https://twitter.com/amait0u\n\n\n[_1]: https://twitter.com/amait0u\n[_2]: https://www.instagram.com/amait0u\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famaitou%2Fminitalk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famaitou%2Fminitalk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famaitou%2Fminitalk/lists"}