android - Connecting applications with Tethering in Delphi -


i trying connect 2 applications tethering 1 vcl (server) , other android (client) using autoconnect (timeout , target):

... tcarton.autoconnect(2000, '192.168.5.0'); ... 

but when connecting client (android) receive exception:

debugger exception notification: project cartonbingo.apk raised exception class eidmcastnotvalidaddress message 'the supplied ip address not valid multicast address.'.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -