Reading Udp packets
Unsolved
QML and Qt Quick
-
Hi,
I don't think you can directly read datagrams with QML, but you can easily extend QML with c++ and use QUdpSocket for example.