Skip to content

bennamrouche/irc-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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

IrcMultiClinet is a Java Gui Program that Connects 200 clients to an IRC Server and Joins them to a channel named room Can Send/Receive messages between Client 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 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 see the message is sent to Mary

Step 5

check Mary is Receiving the message by Click button View

Releases

No releases published

Packages

No packages published