Why not start with the Qt examples?
http://doc.qt.io/qt-5/qtnetwork-netw...t-example.html
Why not start with the Qt examples?
http://doc.qt.io/qt-5/qtnetwork-netw...t-example.html
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
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.
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.
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
Bookmarks