[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ICMP socket with Gambas


Le 26/06/2025 à 15:23, Linus a écrit :
Hello,

I would like to code in Gambas an ICMP request like the PING command does but entirely in Gambas.

It is possible to do it with gb.net <http://gb.net> Socket ?

For all I have tested, it seems the fact to open a RAW socket + ICMP Protocol is not implemented into Gambas.

Am I wrong ?

Thank you

Olivier


No you are right. And IPV6 too is not really supported.

It's not a domain I know well. So I don't know at the moment if it's just a matter of adding an option to the 'Socket' class to let it open the socket in raw mode, or if a new class must be created because the behaviour of a raw socket is too much different.

Regards,

--
Benoît Minisini.


Follow-Ups:
Re: ICMP socket with GambasLinus <olivier.cruilles@xxxxxxxx>
Re: ICMP socket with GambasLee <t.lee.davidson@xxxxxxxxx>
References:
ICMP socket with GambasLinus <olivier.cruilles@xxxxxxxx>