In the TASK, I just do that:
PRINT data1 & ";" & data2 & ";" & data3 & ";" & data4 ' In a For Each
loop
Ex: PRINT "127.0.0.1;3413;7834;57661510"
In the parent process:
Public sUDPServer_READ(Data as string)
DIM Champs as String[]
DIM ListLigne as String[]
ListLigne = split(Data,
Le 20/07/2014 15:21, Olivier Cruilles a écrit :
> Hello Benoit,
>
> I'm building an application that is a UDP Server to receive and
> decompilate network flow.
>
> To not lose UDP sequence, the main process of this application need
> to be the most fast possible. So in this case, when a READ event
Hello Benoit,
I'm building an application that is a UDP Server to receive and decompilate
network flow.
To not lose UDP sequence, the main process of this application need to be the
most fast possible. So in this case, when a READ event of the USPServer raise,
I just catch it as string directl