Re: [twsocket] TWSocket UDP capturing

2010-12-02 Thread Signed Source® Project
I have done it already :) Thanks guys. -daniel On 2.12.2010 20:06, Arno Garrels wrote: Signed Source® Project wrote: Thanks Arno, Found it! I have version 7 yes, but I don't know what version 7 it is exactly. I haven't got any of these in my version 7. Then you use an old and buggy ICS vers

Re: [twsocket] TWSocket UDP capturing

2010-12-02 Thread Arno Garrels
Signed Source® Project wrote: > Thanks Arno, > Found it! > I have version 7 yes, but I don't know what version 7 it is exactly. > I haven't got any of these in my version 7. Then you use an old and buggy ICS version. Get latest ICSv7 from the wiki link Francois posted in his previous mail. --

Re: [twsocket] TWSocket UDP capturing

2010-12-02 Thread Signed Source® Project
Thanks Arno, Found it! I have version 7 yes, but I don't know what version 7 it is exactly. I haven't got any of these in my version 7. Thanks again. -daniel On 2.12.2010 19:21, Arno Garrels wrote: Signed Source® Project wrote: Thanks Francois, There is a demo in the new package, which is a

Re: [twsocket] TWSocket UDP capturing

2010-12-02 Thread Arno Garrels
Signed Source® Project wrote: > Thanks Francois, > There is a demo in the new package, > which is a consule demo, do we have anything simple like: one or two > button with a memo which shows easy and clearly about what and how? Search for OverbyteIcsUdpLstn.* in the Internet directory. There's als

Re: [twsocket] TWSocket UDP capturing

2010-12-02 Thread Signed Source® Project
Thanks Francois, There is a demo in the new package, which is a consule demo, do we have anything simple like: one or two button with a memo which shows easy and clearly about what and how? thanks -daniel On 2.12.2010 18:32, Francois PIETTE wrote: The demos are not in the component folder (v

Re: [twsocket] TWSocket UDP capturing

2010-12-02 Thread Francois PIETTE
The demos are not in the component folder (vc32) but in the "Internet" folder. I have check everything I have and still can't find such demo. Is it downloadable from somewhere? All the demos are in the standard distribution. Ahve a look here: http://wiki.overbyte.be/wiki/index.php/ICS_Downloa

Re: [twsocket] TWSocket UDP capturing

2010-12-02 Thread Signed Source® Project
Sorry Francois, And this is --> Src: TSockAddrIn;?, -->atoi? I would very much appreciated for a simple and easy to understand sample. -daniel On 2.12.2010 17:59, Francois PIETTE wrote: Where do you exactly have this demo? I can't find it in my component folder. The demos are not in

Re: [twsocket] TWSocket UDP capturing

2010-12-02 Thread Signed Source® Project
Hi Francois, I have check everything I have and still can't find such demo. Is it downloadable from somewhere? -daniel On 2.12.2010 17:59, Francois PIETTE wrote: Where do you exactly have this demo? I can't find it in my component folder. The demos are not in the component folder (vc32) but

Re: [twsocket] TWSocket UDP capturing

2010-12-02 Thread Francois PIETTE
Where do you exactly have this demo? I can't find it in my component folder. The demos are not in the component folder (vc32) but in the "Internet" folder. I unfortunately still don't understand this! I just want to add the available data into the memo, what all other things are?

Re: [twsocket] TWSocket UDP capturing

2010-12-02 Thread Signed Source® Project
Hi Francois, Where do you exactly have this demo? I can't find it in my component folder. I unfortunately still don't understand this! I just want to add the available data into the memo, what all other things are? Is there any help somewhere? thanks -daniel On 2.12.2010 15:42, Francois PIET

Re: [twsocket] TWSocket UDP capturing

2010-12-02 Thread Francois PIETTE
How do you exactly call this? "call ReceiveFrom to get data." Extracted from sample program OverbyteIcsUdpLstn1.pas: procedure TMainForm.WSocketDataAvailable(Sender: TObject; Error: Word); var Buffer : array [0..1023] of AnsiChar; Len: Integer; Src: TSockAddrIn; SrcLen : Int

Re: [twsocket] TWSocket UDP capturing

2010-12-02 Thread Signed Source® Project
Hi Francois, Thanks for the response, How do you exactly call this? "call ReceiveFrom to get data." Thanks -daniel On 2.12.2010 14:51, Francois PIETTE wrote: Hi ! wsocketMain.Addr := '172.16.16.133'; delete this one unless you want to listen only to this interface. Use 0.0.0.0 (the def

Re: [twsocket] TWSocket UDP capturing

2010-12-02 Thread Francois PIETTE
Hi ! wsocketMain.Addr := '172.16.16.133'; delete this one unless you want to listen only to this interface. Use 0.0.0.0 (the default) to listen on all interfaces. procedure TfrmMain.wsocketMainSessionAvailable(Sender: TObject; ErrCode: No session with UDP, it is a connectionless protoc

[twsocket] TWSocket UDP capturing

2010-12-02 Thread Signed Source® Project
Hi guys, I am trying to capture UDP packages from a device placed in my network with TWSocket. I am unfortunately lost because I don't know how to do it. I will be very pleased if there are any samples, if not I can put this one on the site after I made it working because it will basically look