I was looking into an Android app for fast file transfers: http://www.skipser.com/p/2/p/file-tr...eed-it-up.html. What it does is create an intermediate Wifi hotspot that can be used by the second device to connect and transfer files. Is this possible in Qt?

I went through two docs - http://doc.qt.io/QtForDeviceCreation...p-example.html and http://doc.qt.io/qt-5/bearer-management.html. Both sound promising, but the docs and examples are limited, so I am not sure of what they can achieve and what they cannot. Can they make this kind of application possible through Qt?

If not, is there any other way to make it work in Qt? Or at least some 3rd party C++ library that abstracts out low level details and gives us simple interfaces to work with (although this question does not belong in to this forum in that case)?