RE: [twsocket] Latest revision May, '05 entering URLs

2005-05-27 Thread Maurizio Lotauro
On 26-May-05 18:00:21 Bob Herbst wrote:

>Maurizio,

>I am supposed to receive a time statement that  the one line reads something
>like this:

>'53516 05-05-26 05:53:52 50 0 0 754.9 UTC(NIST)'

>This is a coded time statement that I parse and use to reset my computer's
>time. That is all that is transmitted from this site.

Try the HttpTst demo and enable "Display Header".


Bye, Maurizio.


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


RE: [twsocket] Latest revision May, '05 entering URLs

2005-05-26 Thread Darin McGee
Bob,
 
How right you are, I will have to give the demo a try myself.
 
Darin



From: [EMAIL PROTECTED] on behalf of Bob Herbst
Sent: Thu 5/26/2005 2:24 PM
To: ICS support mailing
Subject: RE: [twsocket] Latest revision May, '05 entering URLs



Darin,

I just tested with my IE the http://132.163.4.102:13 and the
http://132.163.4.102:14 and both respond with a time line.

But neither of these work with the ICS demo's.

Still asking 'what am I missing with the ICS?'

Bob


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Darin McGee
Sent: Thursday, May 26, 2005 12:14 PM
To: ICS support mailing
Subject: RE: [twsocket] Latest revision May, '05 entering URLs


Bob,

port 13 is the Daytime protocol - the samples do not support receiving the
daytime protocol. That is left for you to implement.

Darin



From: [EMAIL PROTECTED] on behalf of Bob Herbst
Sent: Thu 5/26/2005 10:06 AM
To: Twsocket@Elists.Org
Subject: [twsocket] Latest revision May, '05 entering URLs



Hello Francois,

I am doing some updating of my programs and I ask is there something that I
am doing wrong?

With the latest in the ICS download using:
1.  HttpDmo1.pas
2.  HttpGet.pas

I am able to enter a URL as:

http://localhost/bherbst/TimeTst.htm and it pulls the one line of text up
correctly in both of the above.

However when connected to the net and using this address

http://132.163.4.102:13 and they both do not work. 0 bytes received. :(

I have also tried the  '132.163.4.102:13'  fails and shows 501 Protocol ''''
not implemented

As a further test, I am using IE, and Win2K with NT.
Both of these URLs http://localhost/bherbst/TimeTst.htm  and
http://132.163.4.102:13 above work with my IE

TIA,

Bob






--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be





--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

RE: [twsocket] Latest revision May, '05 entering URLs

2005-05-26 Thread Bob Herbst
Francois,

Wilfried and I collaborated on a TWSocket socket version in 2000, and just
recently I updated to the latest ICS revisions after further conversation
with Wilfried. No problem with it. It complies and runs fine.

The http version that I also had back in 2000, does not now accept the
latest ICS revisions, so for now, it is history for me.


Bob

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Francois PIETTE
Sent: Thursday, May 26, 2005 2:41 PM
To: ICS support mailing
Subject: Re: [twsocket] Latest revision May, '05 entering URLs


The url http://132.163.4.102:13 doesn't correspond to a HTTP server. It
doesn't return a valid HTTP reply, so the HTTP client component can't work
correctly with that. You should use the simple TWSocket to query this
server.

--
[EMAIL PROTECTED]
http://www.overbyte.be


- Original Message -
From: "Bob Herbst" <[EMAIL PROTECTED]>
To: "ICS support mailing" 
Sent: Thursday, May 26, 2005 7:00 PM
Subject: RE: [twsocket] Latest revision May, '05 entering URLs


> Maurizio,
>
> I am supposed to receive a time statement that  the one line reads
something
> like this:
>
> '53516 05-05-26 05:53:52 50 0 0 754.9 UTC(NIST)'
>
> This is a coded time statement that I parse and use to reset my computer's
> time. That is all that is transmitted from this site.
>
> Bob
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Behalf Of Maurizio Lotauro
> Sent: Thursday, May 26, 2005 12:11 PM
> To: ICS support mailing
> Subject: Re: [twsocket] Latest revision May, '05 entering URLs
>
>
> Scrive Bob Herbst <[EMAIL PROTECTED]>:
>
> > Hello Francois,
> >
> > I am doing some updating of my programs and I ask is there something
that
> I
> > am doing wrong?
>
> I tried http://132.163.4.102:13 and what I see in the browser is in the
> header. This is why it seems that you don't receive anything.
>
>
> Bye, Maurizio.
>
> 
> This mail has been sent using Alpikom webmail system
> http://www.alpikom.it
>
>
> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://www.elists.org/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
>
>
>
>
> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://www.elists.org/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
>


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be




-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Latest revision May, '05 entering URLs

2005-05-26 Thread Francois PIETTE
> I just tested with my IE the http://132.163.4.102:13 and the
> http://132.163.4.102:14 and both respond with a time line.
> 
> But neither of these work with the ICS demo's.
> 
> Still asking 'what am I missing with the ICS?'

ICS HTTP component expect to receive a valid HTTP response.
IE silently accept anything and display it.

--
[EMAIL PROTECTED]
http://www.overbyte.be


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Latest revision May, '05 entering URLs

2005-05-26 Thread Francois PIETTE
> I have also tried the  '132.163.4.102:13'  fails and shows 501 Protocol

> not implemented

I've found and fixed this bug. Thanks. You'll see the code in the next
refresh.

> http://132.163.4.102:13 and they both do not work. 0 bytes received. :(

Port 13 !?

--
[EMAIL PROTECTED]
http://www.overbyte.be


- Original Message - 
From: "Bob Herbst" <[EMAIL PROTECTED]>
To: "Twsocket@Elists.Org" 
Sent: Thursday, May 26, 2005 4:06 PM
Subject: [twsocket] Latest revision May, '05 entering URLs


> Hello Francois,
>
> I am doing some updating of my programs and I ask is there something that
I
> am doing wrong?
>
> With the latest in the ICS download using:
> 1.  HttpDmo1.pas
> 2.  HttpGet.pas
>
> I am able to enter a URL as:
>
> http://localhost/bherbst/TimeTst.htm and it pulls the one line of text up
> correctly in both of the above.
>
> However when connected to the net and using this address
>
> http://132.163.4.102:13 and they both do not work. 0 bytes received. :(
>
> I have also tried the  '132.163.4.102:13'  fails and shows 501 Protocol

> not implemented
>
> As a further test, I am using IE, and Win2K with NT.
> Both of these URLs http://localhost/bherbst/TimeTst.htm  and
> http://132.163.4.102:13 above work with my IE
>
> TIA,
>
> Bob
>
>
>
>
>
>
> -- 
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://www.elists.org/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
>


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Latest revision May, '05 entering URLs

2005-05-26 Thread Francois PIETTE
The url http://132.163.4.102:13 doesn't correspond to a HTTP server. It
doesn't return a valid HTTP reply, so the HTTP client component can't work
correctly with that. You should use the simple TWSocket to query this
server.

--
[EMAIL PROTECTED]
http://www.overbyte.be


- Original Message - 
From: "Bob Herbst" <[EMAIL PROTECTED]>
To: "ICS support mailing" 
Sent: Thursday, May 26, 2005 7:00 PM
Subject: RE: [twsocket] Latest revision May, '05 entering URLs


> Maurizio,
>
> I am supposed to receive a time statement that  the one line reads
something
> like this:
>
> '53516 05-05-26 05:53:52 50 0 0 754.9 UTC(NIST)'
>
> This is a coded time statement that I parse and use to reset my computer's
> time. That is all that is transmitted from this site.
>
> Bob
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Behalf Of Maurizio Lotauro
> Sent: Thursday, May 26, 2005 12:11 PM
> To: ICS support mailing
> Subject: Re: [twsocket] Latest revision May, '05 entering URLs
>
>
> Scrive Bob Herbst <[EMAIL PROTECTED]>:
>
> > Hello Francois,
> >
> > I am doing some updating of my programs and I ask is there something
that
> I
> > am doing wrong?
>
> I tried http://132.163.4.102:13 and what I see in the browser is in the
> header. This is why it seems that you don't receive anything.
>
>
> Bye, Maurizio.
>
> 
> This mail has been sent using Alpikom webmail system
> http://www.alpikom.it
>
>
> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://www.elists.org/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
>
>
>
>
> -- 
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://www.elists.org/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
>


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


RE: [twsocket] Latest revision May, '05 entering URLs

2005-05-26 Thread Bob Herbst
Darin,

I just tested with my IE the http://132.163.4.102:13 and the
http://132.163.4.102:14 and both respond with a time line.

But neither of these work with the ICS demo's.

Still asking 'what am I missing with the ICS?'

Bob


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Darin McGee
Sent: Thursday, May 26, 2005 12:14 PM
To: ICS support mailing
Subject: RE: [twsocket] Latest revision May, '05 entering URLs


Bob,

port 13 is the Daytime protocol - the samples do not support receiving the
daytime protocol. That is left for you to implement.

Darin



From: [EMAIL PROTECTED] on behalf of Bob Herbst
Sent: Thu 5/26/2005 10:06 AM
To: Twsocket@Elists.Org
Subject: [twsocket] Latest revision May, '05 entering URLs



Hello Francois,

I am doing some updating of my programs and I ask is there something that I
am doing wrong?

With the latest in the ICS download using:
1.  HttpDmo1.pas
2.  HttpGet.pas

I am able to enter a URL as:

http://localhost/bherbst/TimeTst.htm and it pulls the one line of text up
correctly in both of the above.

However when connected to the net and using this address

http://132.163.4.102:13 and they both do not work. 0 bytes received. :(

I have also tried the  '132.163.4.102:13'  fails and shows 501 Protocol ''''
not implemented

As a further test, I am using IE, and Win2K with NT.
Both of these URLs http://localhost/bherbst/TimeTst.htm  and
http://132.163.4.102:13 above work with my IE

TIA,

Bob






--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be





-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


RE: [twsocket] Latest revision May, '05 entering URLs

2005-05-26 Thread Bob Herbst
Maurizio,

I am supposed to receive a time statement that  the one line reads something
like this:

'53516 05-05-26 05:53:52 50 0 0 754.9 UTC(NIST)'

This is a coded time statement that I parse and use to reset my computer's
time. That is all that is transmitted from this site.

Bob


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Maurizio Lotauro
Sent: Thursday, May 26, 2005 12:11 PM
To: ICS support mailing
Subject: Re: [twsocket] Latest revision May, '05 entering URLs


Scrive Bob Herbst <[EMAIL PROTECTED]>:

> Hello Francois,
>
> I am doing some updating of my programs and I ask is there something that
I
> am doing wrong?

I tried http://132.163.4.102:13 and what I see in the browser is in the
header. This is why it seems that you don't receive anything.


Bye, Maurizio.


This mail has been sent using Alpikom webmail system
http://www.alpikom.it


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be




-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


RE: [twsocket] Latest revision May, '05 entering URLs

2005-05-26 Thread Bob Herbst
Bjørnar,

Thanks for the reply, but as noted in my original post, for my demos, adding
the http:// does not fix the problem. Using text of
http://www.cis.ohio-state.edu/rfc/rfc775.txt, as in the sample does work

Bob

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Bjørnar Nielsen
Sent: Thursday, May 26, 2005 11:10 AM
To: 'ICS support mailing'
Subject: RE: [twsocket] Latest revision May, '05 entering URLs


> I have also tried the  '132.163.4.102:13'  fails and shows
> 501 Protocol ''''
> not implemented

I had some similar error. When I inserted http:// in fron of the url, the
error disapeared.

Regards Bjørnar



--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be





--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


RE: [twsocket] Latest revision May, '05 entering URLs

2005-05-26 Thread Darin McGee
Bob,
 
port 13 is the Daytime protocol - the samples do not support receiving the 
daytime protocol. That is left for you to implement.
 
Darin



From: [EMAIL PROTECTED] on behalf of Bob Herbst
Sent: Thu 5/26/2005 10:06 AM
To: Twsocket@Elists.Org
Subject: [twsocket] Latest revision May, '05 entering URLs



Hello Francois,

I am doing some updating of my programs and I ask is there something that I
am doing wrong?

With the latest in the ICS download using:
1.  HttpDmo1.pas
2.  HttpGet.pas

I am able to enter a URL as:

http://localhost/bherbst/TimeTst.htm and it pulls the one line of text up
correctly in both of the above.

However when connected to the net and using this address

http://132.163.4.102:13 and they both do not work. 0 bytes received. :(

I have also tried the  '132.163.4.102:13'  fails and shows 501 Protocol 
not implemented

As a further test, I am using IE, and Win2K with NT.
Both of these URLs http://localhost/bherbst/TimeTst.htm  and
http://132.163.4.102:13 above work with my IE

TIA,

Bob






--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Re: [twsocket] Latest revision May, '05 entering URLs

2005-05-26 Thread Maurizio Lotauro
Scrive Bob Herbst <[EMAIL PROTECTED]>:

> Hello Francois,
> 
> I am doing some updating of my programs and I ask is there something that I
> am doing wrong?

I tried http://132.163.4.102:13 and what I see in the browser is in the 
header. This is why it seems that you don't receive anything.


Bye, Maurizio.


This mail has been sent using Alpikom webmail system
http://www.alpikom.it


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


RE: [twsocket] Latest revision May, '05 entering URLs

2005-05-26 Thread Bjørnar Nielsen
> I have also tried the  '132.163.4.102:13'  fails and shows 
> 501 Protocol 
> not implemented

I had some similar error. When I inserted http:// in fron of the url, the
error disapeared.

Regards Bjørnar



--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be