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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -