Send a TCP packet with ASCII app.layer protocol
-
@Javad Hi!
You should start with http://doc.qt.io/qt-5/qtnetwork-index.html
and http://doc.qt.io/qt-5/qtnetwork-programming.html -
-
@Javad No, it is not only for HTTP/FTP. See "Using TCP with QTcpSocket and QTcpServer" part. You can use QTcpSocket for TCP/IP communication to send any data. TCP/IP doesn't care what your (application level) protocol is - it just sends data over network.