https://github.com/sergot/shmirc
Very simple IRC server-client using shared memory with POSIX named semaphores
https://github.com/sergot/shmirc
Last synced: 12 months ago
JSON representation
Very simple IRC server-client using shared memory with POSIX named semaphores
- Host: GitHub
- URL: https://github.com/sergot/shmirc
- Owner: sergot
- Created: 2013-12-25T10:21:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-26T21:57:56.000Z (over 12 years ago)
- Last Synced: 2025-01-03T21:41:02.566Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
shmirc
======
University's project.
Very simple IRC server-client; written using shared memory with POSIX named semaphores
To use, simply:
make
then run server and some clients
./shm_server &
./shm_client
Commands:
/info
/users
/chans
/pm
/join
/name
Have fun!