Re: [fpc-pascal] Websocket client

2014-08-19 Thread silvioprog
Worked fine here on port 443! :-) -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Websocket-client-tp5712304p5719938.html Sent from the Free Pascal - General mailing list archive at Nabble.com. ___ fpc-pascal maillist

Re: [fpc-pascal] Websocket client

2012-12-17 Thread Ralf A. Quint
At 02:25 AM 12/17/2012, Krzysztof wrote: But then you did not mention that you're looking for something cross-platform either.. ;-) Actually I did :P "...client which work on linux and windows" Sorry, my bad :-[ , I totally missed that, saw it now when I checked back at your original messa

Re: [fpc-pascal] Websocket client

2012-12-17 Thread Krzysztof
Ok finally I get working demo of first websocket client based on synapse: http://code.google.com/p/bauglir-websocket . If you want to connect to test serwer on http://www.websocket.org you must set host exactly to ' echo.websocket.org' (don't use 'ws://' or 'http://' prefix!) and port to 80. But if

Re: [fpc-pascal] Websocket client

2012-12-17 Thread Krzysztof
> But then you did not mention that you're looking for something > cross-platform either.. ;-) Actually I did :P "...client which work on linux and windows" ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/

Re: [fpc-pascal] Websocket client

2012-12-16 Thread Ralf A. Quint
At 01:14 PM 12/16/2012, Krzysztof wrote: Yes, I saw it in google result. What I remember that ICS was only for windows. Something changed in this case? No, not that I am aware of, it is AFAIK still Windows only. But then you did not mention that you're looking for something cross-platform eith

Re: [fpc-pascal] Websocket client

2012-12-16 Thread Krzysztof
Yes, I saw it in google result. What I remember that ICS was only for windows. Something changed in this case? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Websocket client

2012-12-16 Thread Ralf A. Quint
At 12:32 PM 12/16/2012, Krzysztof wrote: Hi, Anyone know good and free websocket client which work on linux and windows? Have you looked at what is included into Francois Piette's ICS? (http://www.overbyte.be/frame_index.html?redirTo=/products/ics.html) Ralf __