(08-07-2018, 12:20 AM)Goultek Wrote: I have been searching on google for the past weeks to no avail
Can someone share a link or a complete code to a working example of Indy(or other) server/client code which will allow me to send data from one IP to another IP.
What you are asking for is very broad, and there are already plenty of examples and tutorials floating around if you search around. If you can't find anything, then you are not searching very well.
(08-07-2018, 12:20 AM)Goultek Wrote: The chat example which comes with D7 seems to only work when run on localhost, all other attempts have failed with the D7 chat example, I can't even connect from one computer to another within the same house, this is really getting the best of me... grunts...
Then you are not using it correctly.
(08-07-2018, 12:20 AM)Goultek Wrote: I need to send any kind of data, text, raw info (bytes, integers and whatnot) and of course files
Things that Indy handles well.
(08-07-2018, 12:20 AM)Goultek Wrote: This all should be for a server hosted anywhere, should it be on a private computer or a cloud (clients are only private owners)
You are aware, aren't you, that hosting a server on a private computer requires cooperation from your network router (port forwarding, etc) if you are trying to access the server from outside the LAN, and also requires approval from your ISP (allow ports to be accessed, possibly extra fees, etc) if you are trying to access the server over the public Internet.
(08-07-2018, 12:20 AM)Goultek Wrote: This to download updates, program activation and data...
Why are you trying to handle this with private servers, instead of hosting the updates and activations on a public Internet server that your customers can then connect to?
(08-07-2018, 12:20 AM)Goultek Wrote: As I am really not gifted in internet stuff, I need something simple or with extensive help files so a dummy like me can understand it
There is nothing "simple" about networking. If you don't understand what you are doing, you are not going to succeed with this.
(08-07-2018, 12:20 AM)Goultek Wrote: or at least explain to me what I'm doing wrong with the "chat" example in D7
Nobody can answer that, since you didn't show the actual example (how many people still have D7 anyway???), or explain the actual problem(s) you are having with it.
If you are having a *specific* problem, please describe it in detail, and maybe someone will be able to help you.

