Create a Tchat App between computer using JAVA, 100% working
How to create a chat server between several computers with JAVA? To realize this project you need to: 1) Install JAVA, 2) Configure JAVA, 3) Install Blue J, 4) Download the Tchat project here: https://play.google.com/store/apps/details?id=jbej90.automation.test.educaTech_Haiti 5) Turn of FIREWALL on two computers 6) Create a local network between two computers N.B: (O nce you download the app, clic on video, clic on button named TCHATSERVER ): Let's start: STEP 1: Open Cmd in Administrator mode (Windows + x + a) STEP 2: Type this command line: netsh wlan set hostednetwork mode = allow ssid = TchatServer key = 12345678 Then Start Network with this command: Netsh wlan start hostednetwork Connect to the network we just created (TchatServer) Enter the password (12345678) STEP 3: Once the connection is established, now we will make sure to put both PCs on the same IP address range On the computer that serves as the Server. Open Control Panel, Network and ...