Skip to content

bennamrouche/irc-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netbeans code build using Netbeans IDE

Connect with me:

el-mehdi-bennamrouche alphaben.dev alphaben.dev alphaben0 alphaben

42 irc Server Tester

IrcMultiClient

IrcMultiClient is a Java Gui Program that connects 200 clients to an IRC Server and joins them to a channel named room.
It can send/receive messages between clients and join other channels.

How to run

Use a Jar file

# note this jar file compile with Java 11
# use
java --version
    java 11.0.17 2022-10-18 LTS
    Java(TM) SE Runtime Environment 18.9 (build 11.0.17+10-LTS-269)
    Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.17+10-LTS-269, mixed mode)

cd dist  
java -jar IrcMulitClient.jar

Use Makefile

# compile code
make build
# Run Program
make run

How to use

Step 1

Enter IP, Port, Password
Click the Start button

Step 2

Click the View Button of any Clients.
In this Example:

Step 3

Click PRIVMSG Button.
Write the User Name, in this Example Mary, and Click The Send Button.

Step 4

You will see the message is sent to Mary.

Step 5

Check if Mary is receiving the message by clicking the View button.

About

ircMultiClient is a 42 ft_irc project Tester

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •