bazzer747 25 Posted December 14, 2021 Hi, All the documentation files that are downloadable (as zip or 7z) give me an error 'Hmm ... can't reach this page' This is from: https://www.IndyProject.org/documentation/ The top one for .... shows http://ww2.indyproject.org/downloads/IndyDocs_10.1.5.0_H2Help.zip Share this post Link to post
Bill Meyer 337 Posted December 14, 2021 Going through the downloads menu, it leads to a different target: http://ww2.indyproject.org/Sockets/Docs/index.EN.aspx And that is also unreachable. Share this post Link to post
Remy Lebeau 1394 Posted December 14, 2021 (edited) Known issue, not fixed yet: https://www.indyproject.org/2021/02/10/links-to-old-indy-website-pages-are-currently-broken/ Edited December 14, 2021 by Remy Lebeau Share this post Link to post
irawan 2 Posted December 15, 2021 Indy is a big big library. hoping that everything is works well and everything updated according to its standard also a hug job. it is nice if we collect every simple and working examples in one place. in order not got confused (there many Indy version, also many Delphi version) it is very important to write down which Indy version is used AND which Delphi version used to compile AND which OS is used. OS also important cause OS can doing same job differently. so lets start collect our simple working examples. Share this post Link to post
clarke 0 Posted January 12, 2022 Any idea when Indy documentation and examples will be available for Delphi 11 or any other recent Delphi versions ? Need a reliable tcp socket server/client solution that documents how to implement in something close to Delphi 11. Share this post Link to post
qubits 20 Posted January 13, 2022 just recently updated to d11, my indy help seems to be good? not sure about examples, just started with indy myself and didn't really find anything that fit my needs. but needed a packet client for android, so this is what i did, not saying it's correct, but compiles clean under d11 and was tested and working quite well under berlin on both window and android. bit of bloat as it also has udp server discovery that can auto config client. pretty basic, 1 crit, 2 q's, 2 socks, 3 threads wrapped in a class that will shoot you an event when it gets a packet. haven't turn the key on this engine since I've installed d11, been tackling other tall issues, lol. she'll turn on. this is a custom packet, client comms, you need to define your own packets, I got a whole unit for that. Good Luck. Dave uClientCommsObj.pas Share this post Link to post