Categories: Homework Helpers

Grossmont Java Programming Socket Client And Test Help SUMMARY Adjust the code we did in class to pass a comma delimited string to the server you’re conne

Grossmont Java Programming Socket Client And Test Help SUMMARY

Adjust the code we did in class to pass a comma delimited string to the server you’re connected to that includes three numbers to add together separated by commas.

Don't use plagiarized sources. Get Your Custom Essay on
Grossmont Java Programming Socket Client And Test Help SUMMARY Adjust the code we did in class to pass a comma delimited string to the server you’re conne
Get an essay WRITTEN FOR YOU, Plagiarism free, and by an EXPERT!
Order Essay

This lab will involve the following new features:
Socket network programming

DETAILS

These instructions will be more bare than usual since the source code from class can be used towards this. Only the new parts to the code are mentioned.

SocketManager
Ask all the following of the user:
A port to run its server on (something like 8800 or 8888)
An IP of another server (local computer is 127.0.0.1)
NOTE: If running on two computers, to get the IP address of a computer, in a command prompt or powershell, simply type “ipconfig” and look for the IPV4 address or IPV6 – whichever comes first. It will probably look something like this: 192.168.0.3

The port of that other server.

After starting up the server, it should enter a never-ending loop that does the following:
Asks the user for three numbers separated by commas. So the user would enter something like this:

4,7,22
Sends that raw text to the server using the SocketClient class as we did in class.
IMPORTANT: The items sent should be comma-delimited all concatenated as one string.

SocketServer
When the server receives a message from a client, it should try to parse the comma-delimited message into an array.
HINT: Use the sReceivedMessage.split(“,”) to get a String array of the comma-delimited items.

Then turn each array string into three int variables.
Use Integer.parseInt() to do this on each item in the array.
Then sum these numbers into a result.

Reply with the sum of these numbers.

SocketClient
This is the same as we did in class.

TESTING YOUR CODE with two instances of your app.
Simply look at the “Testing Your Code” section in the Project 1 document. This specifies what we did in class with the Jar file and running command line or Power Shell to run your app.
IMPORTANT NOTE: if error says java command not recognized, see jar instructions file in canvas project 1 module, and in the “—RUNNING JAR FILE —” section at the bottom, it will explain how to fix that in Windows computer.

superadmin

Share
Published by
superadmin

Recent Posts

LDR 3302-21.01.01-1A24-S1, Organizational Theory and Behavior

LDR 3302-21.01.01-1A24-S1, Organizational Theory and Behavior Unit III Essay Top of Form Bottom of Form…

3 years ago

Psychology Question | My Essay Helpers

Chapter 9 What are teratogens? Give 5 examples. Define each of these stages: Germinal, embryonic,…

3 years ago

Financial Market Analysis | My Essay Helpers

You are a Financial Analyst that has been appointed to lead a team in the…

3 years ago

Decision theory | My Essay Helpers

This week’s discussion will focus on management decision-making and control in two companies, American corporation…

3 years ago

Literature Question | My Essay Helpers

Mary Rowlandson felt that the man who eventually came to own her, Quinnapin, was “the…

3 years ago