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
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
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
> 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/
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
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
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
__