Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

ley0x/tchat-irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tchat in C

Program that allow you to tchat with others.

Compilation :

Run the following command :

gcc main.c -o main

Usage :

To create a server run :

./main -s

Then, create a reader to read the incoming & outcoming messages :

./main -r <@IP> <port>

Finally, create a writer :

./main -w <@IP> <port> <pseudo>

Makefile helpers

Specials variables :

  • $@ nom cible
  • $< nom première dépendance
  • $^ liste dépendances
  • $? liste dépendances plus récentes que la cible
  • $* nom fichier, sans son extension

About

A simple IRC tchat written in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published