[Gambas-user] not able to send UDP datagram on local host
pflora at libero.it
pflora at libero.it
Wed Sep 2 20:43:20 CEST 2020
Hello,
I am new to gambas and I am tring to send datagrams on port 50010 on localhost.
In a form I put 2 UDPSocket listeners on port 50000 and 50001 and they work fine, they capture packets coming from 2 applications sending data on such ports.
Then I put a third UDPSocket to send data on port 50010 to the above applications but I cannot get this working.
I tried to configure the socket but nothing is coming out. I cannot find a way to send the data.
TargetHost should be local host 127.0.0.1 and TargetPort 50010
I am very frustated after some days of testing, in C language it was very easy to do this.
I attach my simple project.
Any help is appreciated.
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20200902/0adda2c0/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: shm-hmi.zip
Type: application/x-zip-compressed
Size: 14995 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20200902/0adda2c0/attachment-0001.bin>
More information about the User
mailing list