Take a look at the TemperatureWebPanel example for the server part of your communication. You need to get a client object (yes, a client object on the server) using the server.accept() method.
Take a look at the TemperatureWebPanel example for the server part of your communication. You need to get a client object (yes, a client object on the server) using the server.accept() method.