Re: [twsocket] ICS & IGMP

2009-03-23 Thread Francois PIETTE
> My next problem is this - MCAST_JOIN_GROUP requires me to pass a GROUP_REQ > structure which contains the following member: > > gr_interface > The interface index of the local interface on which the multicast group > should be joined or dropped. > > Is this something I can retrieve using ICS or

Re: [twsocket] ICS & IGMP

2009-03-23 Thread Primoz Gabrijelcic
>> Does anybody have a working code that sends IGMP requests? >> I search the net but found nothing but standards ... >> I'll reimplement the stuff in any occasion but I find source code more >> readable than RFCs. > Sorry, never saw source code for IGMP. It is very similar to ICMP. As MS doesn'

Re: [twsocket] ICS & IGMP

2009-03-23 Thread Francois PIETTE
> Does anybody have a working code that sends IGMP requests? > I search the net but found nothing but standards ... > I'll reimplement the stuff in any occasion but I find source code more > readable than RFCs. Sorry, never saw source code for IGMP. -- francois.pie...@overbyte.be The author of t

Re: [twsocket] HttpCli extract Header Variable together with php

2009-03-23 Thread Francois PIETTE
>I am not sure how to extract a header variable with ICS HttpCli together > with php No sure about what you mean by "header variable". As far as I know, there is no such concept in HTTP protocol. Maybe you mean "header line" ? -- francois.pie...@overbyte.be The author of the freeware multi-tier

Re: [twsocket] send and receive file

2009-03-23 Thread Francois PIETTE
> No, what i mean's is i don't build with runtime packages. So the execute > files will became smaller. I will assume you use runtime packages since you are telling us you want to download BPL files. btw: Personnaly, I usualy avoid runtime packages. It is more complex for the user. I use runti

Re: [twsocket] send and receive file

2009-03-23 Thread Francois PIETTE
> Now i want to made with ics is when user used the program, it's check if > in > the client there's a bpl files that required to run the application if not > then it > will download form server application. It is probably easier for you to put your BPL files on a FTP or HTTP server, and then u

[twsocket] HttpCli extract Header Variable together with php

2009-03-23 Thread wayne forrest
I am not sure how to extract a header variable with ICS HttpCli together with php Below is what I have tried: *DELPHI* Memo2.Lines.Add('MyVar =' + HttpCli1.RcvdHeader.Values['MY_VAR']); * PHP* header("MY_VAR=$alist"); I also tried this line below header("MY_VAR: MY_VAR=$alist"); -- To unsub

[twsocket] ICS & IGMP

2009-03-23 Thread Primoz Gabrijelcic
Hello all! Does anybody have a working code that sends IGMP requests? I search the net but found nothing but standards ... I'll reimplement the stuff in any occasion but I find source code more readable than RFCs. TIA, Primoz -- To unsubscribe or change your settings for TWSocket mailing lis