[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ICMP socket with Gambas
[Thread Prev] | [Thread Next]
- Subject: Re: ICMP socket with Gambas
- From: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
- Date: Thu, 26 Jun 2025 22:50:05 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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.
Re: ICMP socket with Gambas | Linus <olivier.cruilles@xxxxxxxx> |
Re: ICMP socket with Gambas | Lee <t.lee.davidson@xxxxxxxxx> |
ICMP socket with Gambas | Linus <olivier.cruilles@xxxxxxxx> |