https://github.com/klus3kk/queuenotification
Project for studies which contains a queue-based notification system made with IPC mechanisms.
https://github.com/klus3kk/queuenotification
c ipc notification-system operating-system-learning unix
Last synced: about 1 year ago
JSON representation
Project for studies which contains a queue-based notification system made with IPC mechanisms.
- Host: GitHub
- URL: https://github.com/klus3kk/queuenotification
- Owner: Klus3kk
- Created: 2025-01-13T08:15:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-26T11:40:19.000Z (over 1 year ago)
- Last Synced: 2025-03-04T06:14:24.081Z (about 1 year ago)
- Topics: c, ipc, notification-system, operating-system-learning, unix
- Language: C
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Queue-based Notification System
Project which contains a queue-based notification system made with IPC mechanisms.
## Instruction
```bash
gcc inf160268_155228_d.c -o dispocitor && ./dispocitor
```
```bash
gcc inf160268_155228_p.c -o producer && ./producer 1 10
```
```bash
gcc inf160268_155228_k.c -o client && ./client keyfile.txt 1
```
For deleting processes:
```bash
ipcrm -a
```