Re: [twsocket] Resend: TSslSmtpCli...

2013-01-28 Thread zayin
Hello, Thanks for the answer. The confusion is TSslSmtpCli is not listed on the main OverByte ICS component page, any wiki, faq, stackoverflow, tamarack or example. I saw it in reference to Magenta Systems Mail Queue Component. I should have looked in the ICS palette in Delphi. Doh! I will l

[twsocket] Resend: TSslSmtpCli...

2013-01-25 Thread zayin
Does no one know the answer? Hello, I have seen TSslSmtpCli mentioned a couple of places but very little data. Does such a thing exist? Is it part of the ICS-SSL suite? I am currently using TSmtpCli and TPop3Cli for some very light email notifications. The need to support TSL/SSL has come up an

[twsocket] TSslSmtpCli...

2013-01-21 Thread zayin
Hello, I have seen TSslSmtpCli mentioned a couple of places but very little data. Does such a thing exist? Is it part of the ICS-SSL suite? I am currently using TSmtpCli and TPop3Cli for some very light email notifications. The need to support TSL/SSL has come up and I am looking around for dat

Re: [twsocket] HTML...HttpClient...

2012-10-27 Thread zayin
He answer was to add: http://www.w3.org/TR/html4/strict.dtd";> as the first line. Mark -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] HTML...HttpClient...

2012-10-26 Thread zayin
Hello, This code: The HMI Home   Screens test 10/26/2012 7:40:10 PM works in IE7 and IE8. In IE9 the page loads but the image does not show, the refresh works, (the time changes) just no image. If I select F5 (Refresh) the image does disp

[twsocket] Re TiggerSessionClosed...

2012-10-11 Thread zayin
> ..happens, for instance, _if the destination Window has been destroyed after the call to PostMessage Because the program is ending when the leak occurs that is exactly what I think is occurring. So, after I close all the clients, I call now server.ProcessMessages and that seems to handle the l

Re: [twsocket] TiggerSessionClosed...

2012-10-11 Thread zayin
> I try to avoid calling the message pump Ditto. > DisconnectAll That worked. So, now I close the server, call DisconnectAll and no memory leak. Thanks -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket V

Re: [twsocket] TiggerSessionClosed...

2012-10-11 Thread zayin
> ..happens, for instance, _if the destination Window has been destroyed after the call to PostMessage Because the program is ending when the leak occurs that is exactly what I think is occurring. So, after I close all the clients, I call now server.ProcessMessages and that seems to handle the le

Re: [twsocket] TiggerSessionClosed...

2012-10-11 Thread zayin
> but unless is cumulative it really does not matter. I concur. It is just a pain. IMHO, there should be some step(s) to close the clients and close the server and not have a memory leak. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/

Re: [twsocket] TiggerSessionClosed...

2012-10-11 Thread zayin
> It is probably a false report... MadExcept also reports it as a memory leak. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] TiggerSessionClosed...

2012-10-11 Thread zayin
Thanks for the reply Arno. >Otherwise make sure you close all clients before destroying the server component. I made sure that happens before posting the message and the clients are freed before the server. It is on shutdown so I am not worried. The issue is FastMM reports the leak each time I

[twsocket] TiggerSessionClosed...

2012-10-10 Thread zayin
Hello, I have upgraded from D2007 to XE and I am now using version 7.04 of ICS. When I close the socket I am getting a memory leak at line 686 in TWSocketClient. TiggerSessionClosed. the line is New(PIdRec); I do see that if the PostMessage call fails, PIdRec is released on line 696. If the Po

Re: [twsocket] THTTPserver...

2012-08-30 Thread zayin
GetPeerAddr onHTTPRequestDone is also a good place, if you want to log bytes delivered, etc.. DOH! Of course. When I was initially testing... oh never mind. I had one of those moments. Thanks, Mark -- To unsubscribe or change your settings for TWSocket mailing list please goto http://li

Re: [twsocket] THTTPserver...

2012-08-30 Thread zayin
>>GetPeerAddr >>onHTTPRequestDone is also a good place, if you want to log bytes delivered, etc.. DOH! Of course. When I was initially testing... oh never mind. I had one of those moments. Thanks, Mark -- To unsubscribe or change your settings for TWSocket mailing list please goto http

[twsocket] THTTPserver...

2012-08-30 Thread zayin
Hi, Version 7.39 I need to log the IP address of the client when it connects to the server. OnClientConnect seems to be the best place but I do not see any way to get the IP address of the connecting client? Suggestions? Thanks, Mark -- To unsubscribe or change your settings for TWSocket

Re: [twsocket] HTTP server...

2012-07-21 Thread zayin
Hello, Thanks. It looks like: AnswerString(Flags,'204 No Content','','',''); works fine. Ciao, Mark -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] HTTP server...

2012-07-21 Thread zayin
Hello, A user will be on a page. He will click a button and I will receive a URL with some parameters. All good. Now, I do not have a page to show him. The URL is only for passing in the parameters. The URL for the page passing the parameters and the current page are not the same. The URL for pas

[twsocket] THttpServer...

2012-07-03 Thread zayin
Hello, I have a timer that I am using to require a re-logon after X minutes. In the AuthGetPassword I check if the user has timed out and do not supply a password and this causes the browser to ask for the credentials. Perfect. If I select cancel for when asked for the user name and password I

[twsocket] THttpServer and THttpConnection...

2012-07-03 Thread zayin
Hello, Delphi 2007, ICS 7.39 (THttpServer) I have a server (THttpServer) and clients derived from THttpConnection and all has been working well. I now need to set the initial page a user accesses after log on, regardless of the url he is attempting to access first. All the log on code is worki

Re: [twsocket] TFtpClient transfer time...

2011-07-24 Thread zayin
Hello, Thanks Arno. The speed increase was almost double. > Please let me know how it works for you, does it slow down performance when you have plenty of small files to transfer? Not sure. The files I am sending, normally just two, are all large installer files. > Maybe we should make these s

[twsocket] TFtpClient transfer time...

2011-07-23 Thread zayin
Hello, I am using TFtpClient, version 7.12 to transfer a single file. The elapsed time is over 4 1/2 minutes. When I transfer the same single file with FileZilla the elapsed time is 2 1/2 minutes. Nothing I have changed much changes the elapsed time. I have a callback FtpClient1Progress64 to upd

Re: [twsocket] HttpServer and password...

2011-06-15 Thread zayin
Hi, > I just checked in a change that removes these lines, so THttpServer... I commented out the lines, here, and it works. Thanks. Ciao, Mark -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our

Re: [twsocket] HttpServer and password...

2011-06-15 Thread zayin
Hello, >As I told you in my previous message, you missed that password (passed as > var to the event handler) is initialized to #0 which is NOT an empty string. No, I am using what I said: Password:=''; And you said "This is the proper way." Mark -- To unsubscribe or change your settings

Re: [twsocket] HttpServer and password...

2011-06-15 Thread zayin
Hi, I was finally able to get back to the password failing when it is empty. (which is OK) The lines in the source code that prevent the '' password appear to be: unit OverbyteIcsHttpSrv; function THttpConnection.AuthDigestCheckPassword(const Password: String): Boolean; ... if Password = '

Re: [twsocket] HttpServer and password...

2011-06-05 Thread zayin
Hello, >> The password field is blank in OnAuthGetPassword. I do not change the >> 'Password'. It is #0. >You should probably change Password to the empty string. #0 is /not/ the >empty string. This has been designed so that you can use an empty password >which is different than not changing Pa

[twsocket] HttpServer and password...

2011-06-05 Thread zayin
Hello, HttpServer version 7.29. I set the server to: HttpServer.AuthTypes:=[atBasic,atDigest] The user tries to logon and enters his name. For this user he does not have a password and that is OK with me. The browser is using digest mode. The password field is blank in OnAuthGetPassword. I do n

Re: [twsocket] HTTP...

2011-03-19 Thread zayin
Hello, >http://www.cs.cf.ac.uk/Dave/PERL/node201.html >Use ICS ExtractURLEncodedValue function to decode these parameters Thanks for the link and the function. Mark -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/

[twsocket] HTTP...

2011-03-18 Thread zayin
Hi, I am used the THttpServer and all is going well. This is a page that I create. XYZ Home  Digital Tags Stop Pump CRT True False response: 'Tagname=Stop+Pump+CRT&ItemID=5007&TFRadio=1&AcceptBtn=Accept' It all shows up fine but when the use

Re: [twsocket] AuthType for THttpServer...

2011-03-13 Thread zayin
Hi, Thanks for your help Arno. I decided to upgrade to V7 and Safari can now log on once I set the AuthTypes to the correct values. Regards, Mark -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our

Re: [twsocket] AuthType for THttpServer...

2011-03-12 Thread zayin
th but Safari only accepts digest. So, it appears I need have users of Safari use a special URL so I can change the auth to digest. Sound right? Ciao, Mark -Original Message- From: zayin [mailto:za...@pdq.net] Sent: Saturday, March 12, 2011 9:37 AM To: 'twsocket@elists.org

[twsocket] AuthType for THttpServer...

2011-03-12 Thread zayin
Hello, I have been using AuthType set to atBasic to support all comers. I have a new user that is using Safari and it appears to only use atDigest. I have not found a setting in Safari to allow basic mode. I tried sending the user name or user name and password from Safari in the url but that did

Re: [twsocket] TFTPClient

2010-11-23 Thread zayin
Hello, Thanks for the answer. I might have put the question wrong. If the file exist on the server I do not want to overwrite the file. I want to abort the transfer. Is that possible? Or do I need to check if the file exists before TFTPClient.Tansmit? If I need to check first, what is the best

[twsocket] TFTPClient...

2010-11-23 Thread zayin
Hello, I think this is my last question for TFTPClient. Is there a way to prevent the overwriting of the file if it exists on the server? Overwrite seems to be the default. Ciao, Mark -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bi

Re: [twsocket] TFTPClient...

2010-11-23 Thread zayin
Hello, >> What are the "dataportrangeend" and "dataportrangestart" properties in the... >As you may already know, FTP is using TWO ports: one for commands and one >for data. And for data, a FTP client act as a server : unless you select >passive mode, a FTP client accept data connection from th

[twsocket] TFTPClient...

2010-11-22 Thread zayin
Hello, What are the "dataportrangeend" and "dataportrangestart" properties in the TFTPClient component? I searched and could not find any description. I see them mentioned in a FAQ but no description. What I need to do is allow the user to specify a local port number. If I set both of the above

Re: [twsocket] TFTPClient...

2010-11-19 Thread zayin
Hello, Thank you both for the answers. Ciao, Mark -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] TFTPClient...

2010-11-18 Thread zayin
Hello, What is the "account" property in the TFTPClient component? I searched and could not find any description. Thanks, Mark -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://w

Re: [twsocket] TCP LocalPort...

2010-10-09 Thread zayin
Hello, >Do you really need to determine free local port? By what you wrote it >doesn't seem you need that. Yes. >You need a free local port if you are making a server type of >application, not a client application. I am sorry, that is not correct. It is a requirement of the protocol that the po

[twsocket] TCP LocalPort...

2010-10-08 Thread zayin
Hello, As the client I need to get a TCP connection to the server. The server requires the port number of the client be 1 - 32767. The server has a fixed port number. I know I can set the LocalPort property and that works, as long as the port number I choose is not in use. If it is in use I do no

[twsocket] UDP...

2010-09-08 Thread zayin
Hi, Using TCP, when I call connect I can supply an IP address or a hostname. For UDP, I call listen without setting up an IP address or hostname. For UDP, I use SendTo and one of the parameters is the TSockAddrIn. I can populate it and all is fine. Now, if the user supplies a hostname and not

Re: [twsocket] UDP...

2010-03-24 Thread zayin
Hi, >> What would be the reason(s) that I am not able to do the same thing with >> this new device? Error 10049 says I cannot bind to the remote address. >Because you call listen ! I am calling Connect. Using UDP, I have another application, I set the addr property to the remote IP address, set

Re: [twsocket] UDP...

2010-03-24 Thread zayin
to listen on it ! -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be - Original Message - From: "zayin" To: "'ICS support mailing'" Sent:

Re: [twsocket] UDP...

2010-03-24 Thread zayin
n: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] Namens zayin Verzonden: woensdag 24 maart 2010 1:12 Aan: twsocket@elists.org Onderwerp: [twsocket] UDP... Hello, I ran into this a couple years ago and I found a work around so I dropped it. Now, new computer, new OS, new task. So, any

[twsocket] UDP...

2010-03-23 Thread zayin
Hello, I ran into this a couple years ago and I found a work around so I dropped it. Now, new computer, new OS, new task. So, any reasons for my failure that might have been computer/OS related are... I am using Wireshark to verify what I am seeing. Using D2007 and ICS version 5.25, UDP with TWS

[twsocket] TWSocket...

2009-12-17 Thread zayin
Hi, Thanks, that is what I thought. I wanted to have one TWSocket listen for a connection from X and another listen for a connection from Y. But, I know what I need to do. Question 2: Can I call Connect from inside the OnSessionClosed event without trouble? Ciao, Mark -- To unsubscribe or cha

[twsocket] TWSocket...

2009-12-16 Thread zayin
Hello, Can I have 2 TWSocket components listen on the same port number and restrict it by IP address? Ciao, Mark -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.b

Re: [twsocket] TPop3Cli header...

2008-10-20 Thread zayin
> > dZ. > > On Oct 20, 2008, at 05:41, DZ-Jay wrote: > > > > > On Oct 19, 2008, at 08:09, zayin wrote: > >> The person receiving the alarm will just need to reply to the email. > > > > If you include an X-Header when you send the message,

Re: [twsocket] TPop3Cli header...

2008-10-19 Thread zayin
i header... Zayin, Is the alarm being sent by your application? If so, the best thing to do (and what is commonly done) is for your application to create a new header. For example, you could create something like "X-Alarm-Sender". Although e-mail message headers have common stan

Re: [twsocket] TPop3Cli header...

2008-10-19 Thread zayin
Are the headers always in English? I need to search the header for the senders email address to acknowledge the alarm. So, I am looking for a starting marker and ending marker for the email address. Are 'From:' and 'Received:' always in English or will they be translated to German if the pop3 se

Re: [twsocket] TPop3Cli header...

2008-10-18 Thread zayin
Hello, Thanks for the response. Will the 'From:' and 'Received:' lines always be the text for the lines. Or will it be translated to X language? Ciao, Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francois PIETTE Sent: Saturday, October 18, 20

[twsocket] TPop3Cli header...

2008-10-17 Thread zayin
Hello, I am using V5. This is all part of automated alarming logic. I need to verify that some user responded to an alarm email. I just need to check the email address against a list. I see in the header the first line is Return-path: Will it be that format/language for all mail servers on t

Re: [twsocket] UDP question...

2008-07-22 Thread zayin
Thanks for the answer and the link. This has now become a bit easier task. One last question. The PC has several network cards and the networks are completely separate. I need to handle datagrams from all networks. I have a TWSocket with addr set to 0.0.0.0 and localAddr is blank. I assume this

[twsocket] UDP question...

2008-07-21 Thread zayin
Hi, This is the first time I am writing a UDP server. The other UDP was a client. It was fairly straight forward. As the server lets say I have 2 clients, A and B, that will be sending me unsolicited data of 100 bytes per message. If I understand, when TWSocket.OnDataAvailable fires the data so

[twsocket] Guidance...

2008-07-12 Thread zayin
Hello, I will be using the ICS HTTP Client for half of this task and thought since you guys are masters in this area you would be the best place to turn for guidance. If this is to OT then let me know. I need to do a very simple thing, in my mind. 1. I need to have a web page hidden from all th

Re: [twsocket] HTTP...

2008-05-15 Thread zayin
Yes, it is for web browsers. The target is any and all with HTML only. Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francois PIETTE Sent: Friday, May 16, 2008 12:34 AM To: ICS support mailing Subject: Re: [twsocket] HTTP... > I have a serv

Re: [twsocket] HTTP...

2008-05-15 Thread zayin
Thanks. I will look into it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of DZ-Jay Sent: Thursday, May 15, 2008 3:15 PM To: ICS support mailing Subject: Re: [twsocket] HTTP... DZ-Jay wrote: > What you want to do is send a multi-part MIME payload in t

[twsocket] HTTP...

2008-05-15 Thread zayin
Hello, I have a server and I want to send a jpeg to the client upon request. This image is dynamic. I am using AnswerStream and that is all working great. Then I decided I also wanted some text to go before the image. I could not determine how to send text and an image with the same reply. So

Re: [twsocket] THttpCli...

2008-05-11 Thread zayin
Hello, >Are you referring here to CamCollect or your own application? CamCollect I spent hours last night attempting to locate the problem. I went so far as to cycle power on the camera, reset to defaults, and cycle power on my computer, to no resolution. This morning/afternoon I can not get i

Re: [twsocket] THttpCli...

2008-05-11 Thread zayin
Hello, Thanks for the link. Watching the debug window most of the time it works like clock work. Sometimes I see the content length and then it pauses and then indicates finished and starts again. So, there is a watchdog timer but its firing is not logged. I set the frequency to 1 sec, the lowes

[twsocket] THttpCli...

2008-05-10 Thread zayin
Hi, ICS V5. I am using an THttpCli and collecting jpegs from a video camera. I have found that sometimes the GetAsync fails because the complete document is not sent and it always fails with the same byte count. I am tracking the bytes received from the DocData event. If the image is not rec

Re: [twsocket] Post command...

2008-04-14 Thread zayin
Hi dZ, Thanks for the information. Ciao, Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, April 14, 2008 12:29 PM To: twsocket@elists.org Subject: Re: [twsocket] Post command... zayin wrote: > I do not k

Re: [twsocket] Post command...

2008-04-14 Thread zayin
Hello, Thanks for the response. Yes, I understand the interaction. I do not know enough about all the HTML codes to know if I am missing some. Like "refresh current page" or reload or simple "acknowledge do nothing". It appears that the only solution is to just retransmit the complete page aft

Re: [twsocket] Post command...

2008-04-14 Thread zayin
ing JavaScript, then parses the output, and dynamically changes the document displayed. It does the same thing without "refreshing" the entire document. However, as you stated, this may not work in exactly the same way on every browser, and depends too much on client-side processin

Re: [twsocket] Post command...

2008-04-14 Thread zayin
freeware) http://www.overbyte.be - Original Message - From: "zayin" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Monday, April 14, 2008 4:09 PM Subject: Re: [twsocket] Post command... > Hi, > > This all has to be done in HTML only. &g

Re: [twsocket] Post command...

2008-04-14 Thread zayin
Hi, This all has to be done in HTML only. This is my first HTML programming task so, I do not know how to "make the command from an invisible frame or layer". This is the page. AnswerString(Flags, '', { Default Status '200 OK' } '', { Default Content-Type: text/

[twsocket] Post command...

2008-04-13 Thread zayin
Hello, This is all plain HTML without any additions. I receive an HTML submit command and I am handling it the onPostData callback and all is well. I parse the data do the internal calls and life is good. I have one issue. I do not know what to answer. I do not want the browser page to change o

Re: [twsocket] UDP Newbie...

2008-04-07 Thread zayin
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wilfried Mestdagh Sent: Monday, April 07, 2008 3:03 AM To: ICS support mailing Subject: Re: [twsocket] UDP Newbie... Hello zayin, So first it does not work, then minutes later it works and a little later same error. So the explanation is

Re: [twsocket] UDP Newbie...

2008-04-06 Thread zayin
Sunday, April 6, 2008, 21:02, zayin wrote: > Hi, > The port is not open. > And yes "should " is the operative word. > Ciao, > Mark > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dod > Sent: Sunday, Apr

Re: [twsocket] UDP Newbie...

2008-04-06 Thread zayin
Hi, The port is not open. And yes "should " is the operative word. Ciao, Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dod Sent: Sunday, April 06, 2008 1:55 PM To: ICS support mailing Subject: Re: [twsocket] UDP Newbie... Hello

Re: [twsocket] UDP Newbie...

2008-04-06 Thread zayin
then try Send or other options. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Sunday, April 6, 2008, 15:34, zayin wrote: > Hello, > How about with send and not sendStr? > That is the only difference I see. > And what ver

Re: [twsocket] UDP Newbie...

2008-04-06 Thread zayin
Hello, How about with send and not sendStr? That is the only difference I see. And what version of ICS are you using? Cheers, Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wilfried Mestdagh Sent: Sunday, April 06, 2008 4:57 AM To: ICS suppo

Re: [twsocket] UDP Newbie...

2008-04-01 Thread zayin
Hello, >Please post your code. CodeGearT DelphiR 2007 for Win32R R2 Version 11.0.2902.10471 ICS 5.25 TWSocket I set Addr 192.168.245.2 Port 47808 Proto udp Var outBuffer:array[0..128] of byte; In a button click: outBuffer[0]:=$01; outBuffer[1]:=$02; WSocket1.Listen; WSocket1.Send(@outBuff

Re: [twsocket] UDP Newbie...

2008-04-01 Thread zayin
Hello Wilfried, >Are you sure you filled in the correct IP? Yes. >Do you create all in code or do you have TWSocket component on your form? On the form. I deleted the original component, put a new TWSocket on the form, set the addr to 192.168.245.2, set the proto to udp, called listen, called

Re: [twsocket] UDP Newbie...

2008-03-31 Thread zayin
of computers will be sending data how do I determine the > source (IP > address) of the data in the OnDataAvaliable callback? Please take a look at ReceiveFrom method. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Monday, March 31, 2008,

[twsocket] UDP Newbie...

2008-03-30 Thread zayin
Hi, I am new to programming for UDP, always used TCP, and I have searched for answers to some basic questions without joy. Hopefully there are quick questions to answer. When using TCP and I am the client I use a TWSocket, connect and use the object to send and receive data. When using TCP and

Re: [twsocket] IP Camera

2008-03-18 Thread zayin
, but the base concept is simple. Do you want to grab images from what IP Camera? What is the model? JPEG or MPEG-4 streaming? Éric - Original Message - From: "zayin" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Friday, March 14, 2008 1:09

Re: [twsocket] IP Camera

2008-03-14 Thread zayin
Just a quick update. It appears using: "192.168.1.240/goform/capture" for this camera, which is a SkyIPCam310, will collect the image as a jpeg. The box label has MJPEG which I have not determined how to get the camera to send the image without requesting each time. Thanks for the suggestion. U

Re: [twsocket] IP Camera

2008-03-14 Thread zayin
I assume you intended to be of help. As I said I KNOW nothing about HTTP. Using the HttpTest as suggested it does return a page. I know from using a browser what the page looks like. I see this in the returned html: This is the picture. So, without logging, on I should be able to get succe

Re: [twsocket] IP Camera

2008-03-14 Thread zayin
And I do not read what I type >I no nothing about HTTP. HA! I know nothing about HTTP. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of zayin Sent: Friday, March 14, 2008 4:18 PM To: 'ICS support mailing' Subject: Re: [twsocket] IP Ca

Re: [twsocket] IP Camera

2008-03-14 Thread zayin
ent to download still images, to download video stream using VIDEO.CGI you will have to parse the images Éric - Original Message - From: "zayin" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Friday, March 14, 2008 2:25 PM Subject: Re: [twsocket] I

Re: [twsocket] IP Camera

2008-03-14 Thread zayin
MPEG-4 streaming? Éric - Original Message - From: "zayin" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Friday, March 14, 2008 1:09 PM Subject: Re: [twsocket] IP Camera Hi Éric, Very cool. Would you have a small bit of demo source code for g

Re: [twsocket] IP Camera

2008-03-14 Thread zayin
AM To: ICS support mailing Subject: Re: [twsocket] IP Camera Hello Mark My software Digifort www.digifort.com.br is all written in Delphi / ICS Éric - Original Message - From: "zayin" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Fri

[twsocket] IP Camera

2008-03-14 Thread zayin
Hi, Has anyone done any work with getting data/images from IP cameras using ICS? Seems to be a series of JPGs are sent from the camera. Ciao, Mark -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit

Re: [twsocket] Memory leaks...

2008-01-07 Thread zayin
MakeObjectInstance on TApplication.Create. I just switched from SleuthQA to AQtime. AQtime seems pretty good so far. There are many more features and the learning curve is OK. Thanks for all your patience. Ciao, Mark -Original Message- From: zayin [mailto:[EMAIL PROTECTED] Sent: Monday

Re: [twsocket] Memory leaks...

2008-01-07 Thread zayin
AQTime? Thanks for the response, Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of DZ-Jay Sent: Monday, January 07, 2008 10:53 AM To: ICS support mailing Subject: Re: [twsocket] Memory leaks... On Jan 7, 2008, at 11:45, zayin wrote: > I loca

Re: [twsocket] Memory leak...

2008-01-07 Thread zayin
Hello Wilfried , I located the archive and I see his response. The leak is reported at program termination not during normal execution. Mark -Original Message- From: zayin [mailto:[EMAIL PROTECTED] Sent: Monday, January 07, 2008 8:46 AM To: 'ICS support mailing' S

Re: [twsocket] Memory leak...

2008-01-07 Thread zayin
replied to your initial message! SZ On 1/7/08, zayin <[EMAIL PROTECTED]> wrote: > > > Hello, > > tcpPort: TWSocket; > > tcpPort.Connect > > AQTime is reporting a memory leak after I call connect. > > Has anyone run into this issue? > > D2007 SP3 XP Pro SP

[twsocket] Memory leak...

2008-01-07 Thread zayin
Hello, tcpPort: TWSocket; tcpPort.Connect AQTime is reporting a memory leak after I call connect. Has anyone run into this issue? D2007 SP3 XP Pro SP3 5.25 is in the WSocket file. Ciao, Mark -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.eli

[twsocket] Memory leaks...

2008-01-05 Thread zayin
Hello, tcpPort: TWSocket; tcpPort.Connect AQTime is reporting a memory leak after I call connect. Has anyone run into this issue? D2007 SP3 XP Pro SP3 5.25 is in the WSocket file. Ciao, Mark -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.eli

Re: [twsocket] Off Topic ICS and MidWare Frappr group

2006-01-15 Thread zayin
Hi, > However, in my opinion, this was a low-risk mass emailing and well worthwhile. You totally miss the point. Regardless of the cause, it is not right. The next worthwhile cause I find I am going to subscribe you to the mailing list. Mark -Original Message- From: [EMAIL PROTECTED

Re: [twsocket] ICS and MidWare Frappr group

2006-01-15 Thread zayin
Hi, I do not think that is the point. How about if I add you to a mailing list? Or say 100 mailing list? You removed our choice. Cheers, Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francois PIETTE Sent: Sunday, January 15, 2006 9:36 AM

Re: [twsocket] OK to Receiving >2GB ?

2005-10-29 Thread zayin
http://www.faqs.org/rfcs/rfc879.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kei Sent: Saturday, October 29, 2005 2:26 PM To: ICS support mailing Subject: Re: [twsocket] OK to Receiving >2GB ? Hi! I think I'm going to accept the reality that

RE: [twsocket] Interface used to reach a specific IP

2005-05-26 Thread zayin
Hi, If you are sending the command you can bind to a NIC. If you are not binding, then the address of the NIC can be a clue as to which one will be used. HTH Zayin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maurizio Lotauro Sent: Thursday, May