ニュース

This program allows to send an opencv image using a C++ socket and receive the same image on a Python client. UDPSocket.cpp is the library used to send the images over the udp socket and it can be ...
ターミナルで自分のローカル IP を調べるコマンド例:echo "$ (ipconfig getifaddr en0) $ (ipconfig getifaddr en1)" このリポジトリには、PC(Windows、Mac、Linux など)で UDP パケットを受信するための Python スクリプトも含まれています。