Quantcast
Channel: Processing Forum
Viewing all articles
Browse latest Browse all 1768

Re : How do I send data to only one client (using the network library)? [SOLVED!]

$
0
0
In this case, you probably need to go down to Java itself. Study the source code of Server and Client, look at the Java reference of the classes and methods they use, and see if this can modified to more targeted communication. More work, but perhaps less than going the encryption way.

Note that messages are still broadcast on the network, but the client listening will be done at a lower level, reducing the risk of interception. If you use a tool like Wireshark, you can see you can observe most of the communications done on a LAN.

Viewing all articles
Browse latest Browse all 1768

Trending Articles