An open API service indexing awesome lists of open source software.

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

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!