Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
java x 6
Member Avatar for SylvanSagacious

I have a UDP server and need to perform an "all" function. That means when a user sends "all blah blah" the server checks a list of clients and sends "blah blah" to all of them. I've stored the clients in a HashMap and I'm trying to figure a way …

Member Avatar for SylvanSagacious
0
392
Member Avatar for SylvanSagacious

I have created a simple UDP client and server, but I have some problems with how to actually structure the servers operational handling, whether its if Else or case selections. 1.The user sends a Packet to the server, containing a string that they've typed in. 2.The server receives it and …

Member Avatar for JamesCherrill
0
343
Member Avatar for SylvanSagacious

Hi all. I'm trying to create a server/client program in java for an assignment. I'm struggling to get the receiver thread working, which I want to do before I implement the more complex features, but I keep tripping up with the receiver. The sender will send the message, the server …

Member Avatar for JamesCherrill
0
772