Skip to content

psprawka/IRC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

IRC (42 Underground Chat) πŸ™ŠπŸ™‰

Using circular buffor, TPC/IP network, select() function for sockets management and tempcaps(implementation soon) I created my own spy-free and money-free messanging system allowing multiple clients to connect (simultaneous) and chat within channels or/and private conversations. Everyone is able to to send and receive messages, as well as join/leave/create channels. In addition, each new user is greeted with a server-sent message introducing features that user can utilize whenever adn wherever within a program:


42 Underground Chat


Run 42 Underground Chat

git clone https://github.com/psprawka/IRC.git IRC-psprawka
cd IRC-psprawka
make 
  1. In first terminal run following command: ./server <port> i.e. ./server 8888.
  2. In second window run a client with a port matching server port and server's machine adderss: ./client <port> <address> thus if you run your client on localhost ./client 8888 0.0.0.0.

You're connected to the server! 😁
Add more clients repeating step 2 and enjoy spy-free 42 Underground Chat 😎😎😎

About

My very very very own 42 Underground Chat πŸ€«πŸ’¬ (An IRC client and server allowing users to chat within channels on TCP/IP network).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published