Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこのトピックの経験がないので、尋ねなければなりません。Qt Frameworkを使用して1台のコンピューターから別のコンピューターに(XML形式の)データを送信するにはどうすればよいですか?
編集 :
これにはソケットが適していることがわかりましたが、実装方法がわかりません。
Qtでのファイル転送には、 とを使用QTcpServerしQTcpSocketます。Web サイトでネットワークの例を確認できます。
QTcpServer
QTcpSocket