Click to See Complete Forum and Search --> : Applet - sockets


Dr@aMcula
October 10th, 2000, 03:11 AM
Hi everybody.

First of all: I have to write an applet which must connect via UDP to an IP and Port. Is it possible to connect to any IP, or just to the server from which the applet was download?

Does anybody have a simple code for an applet which connect through UDP sockets to a server??

Many thanks in advance,
NM

weaver
October 10th, 2000, 11:38 AM
Unless the applet is signed, it can only connect to the server from which it is run.

-------------------------------------------
weaver
icq# 64665116
Please rate this post.
http://weaver.x7.htmlplanet.com

Dr@aMcula
October 11th, 2000, 02:25 AM
Thanks.

Now, it is clear for me.
NM