PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → scan for server
scan for server
Iniciado por guest, 05,may. 2018 23:04 - 2 respuestas
Publicado el 05,mayo 2018 - 23:04
Is there a way to scan a network for an HFSQL server?
Thanks,
Garry
Publicado el 21,mayo 2018 - 11:36
Hello Garry,

Try advanced Ip scanner or something like that.
Normally you only get a few dozen lines.
Publicado el 21,mayo 2018 - 12:39
Hi Garry,

considering that the HFSQL server is working on port 4900, using socket to query these ports on all the possible IP addresses of the network (which you get by comparing your local IP address with the subnet mask) SHOULD (never tried) give you a different answer when there is a server there...

So try it first on 2 computers IPs where you know there is HFSQL server and you knwo there isn't to compare the result... If you DO get different answers, you know what to do.

Best regards