Sample code server chat gui and client chat gui TCP / IP
Hello everyone, I would need an example code server chat gui and client chat gui TCP / IP to be studied using Qt 5.9.1 on Windows 7. What I then want to get at the end is a GUI chat between a PC and a smartphone (using Android Studio 3.0.1) using TCP / IP over wifi.
Thank you all for your kind attention and help. :)
Re: Sample code server chat gui and client chat gui TCP / IP
Re: Sample code server chat gui and client chat gui TCP / IP
Hi high_flyer, I'm going to see this example you indicated to me. In practice what I would like to do is a TCP / IP server on wifi (static IP addresses) that must be able to receive and send strings. The same thing I have to do on the Android client side for the smartphone.
Re: Sample code server chat gui and client chat gui TCP / IP
Wifi is not relevant from the perspective of your code - your application requests access to a url, that system will provide it.
What is the involved hardware is not important.
Start with the example it will give you the first basics of networking.