I am working on my first Client server program.
The client will have to connect to the server however there is no way to know what the server ip will be so this needs to happen dinamically, at least the first time the program runs.
The clients will receive strings from the server and send strings to the server.