Hello everyone,
Is it possible to send Data(files) over WLAN? If possible then can anyone show me the direction of using WLAN library in QT?
thanks in advance.
muhaaa![]()
Hello everyone,
Is it possible to send Data(files) over WLAN? If possible then can anyone show me the direction of using WLAN library in QT?
thanks in advance.
muhaaa![]()
There is no 'WLAN' library.
You have the Socket classes in the Network module.
http://doc.qt.nokia.com/latest/qtnetwork.html
But be sure first to google about general network programming, since from your question it looks like you don't really know much about.
Qt has just some classes that implement network programming with some widely used protocols.
Transferring files over network is usually done over FTP protocol.
Here is Qt example for that:
http://doc.qt.nokia.com/latest/netwo...ass-definition
==========================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