Jino
Jino

Reputation: 365

Can QML be used to connect local networks?

I am working on an application in which I need to send data to another PC in the same network. Is this possible using QML? Any guidance or sample code will be quite helpful!

Upvotes: 1

Views: 352

Answers (1)

yekmen
yekmen

Reputation: 127

You want to send data with which technologies (FTP, Samba, HTTP ) ?

Some example with HTTPUploader, i think he can helping you:

https://code.google.com/p/qml-http-uploader/

Upvotes: 1

Related Questions