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.
# 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
# compile code
make build
# Run Program
make run
Enter IP, Port, Password
Click the Start button
Click the View Button of any Clients.
In this Example:
Click PRIVMSG Button.
Write the User Name, in this Example Mary, and Click The Send Button.
You will see the message is sent to Mary.
Check if Mary is receiving the message by clicking the View button.