[Solved] sending text messages between computer an mobile in LAN
-
wrote on 16 May 2012, 20:59 last edited by
Hello,
is there a possibility to send text messages from the mobile phone to the PC which are both in a common LAN (mabe "net send") ?
It is important that this works via WLAN.And how to realize this in Qt ?
Thank you
-
wrote on 16 May 2012, 22:59 last edited by
I would use QTcpServer for the PC like a webserver...listen on an open port and send messages to that port and IP of the PC...or did i misunderstand you? Maybe you could tell us/me more about your goals.
-
wrote on 18 May 2012, 10:12 last edited by
Now, I found an example called "network chat" in network folder.
This was what I was looking for.
3/3