# dnf -y update ←インストール済パッケージをアップデート # dnf -y install epel-release ←epelリポジトリの追加 # dnf -y install snapd ←snapdのインストール # systemctl enable --now snapd.socket ←snapdの起動&自動起動ON # dnf -y update ←インストール済パッケージをアップ...
背景TCP通信を使ってスマホ側のデータを開発PCに送りたいなぁ と思い,簡単なTCP通信のプログラムを作ってやり取りさせてみようと思ったのですが,動作確認のタイミングでハマりにハマりました...。…
socket( socket.AF_INET, socket.SOCK_DGRAM ) # UDPソケットの作成 msg = input('command? = ') # 送信するコマンドをキーボード入力 commandとかtakeoffとか sock.sendto( msg.encode('utf-8'), ('192.168.10.1', 8889) ) # Telloへ送信 とはいえ、カメラ映像の受信やデコードの処理...
PythonでKEYENCEの上位リンク通信(Ethernet)しますこの上位リンク通信はメッセージサービス用の通信コマンドでPC-PLC間で使用してPLCのメモリの値を読み書きできますここでは…
ターゲット側と PC 側でそれぞれ target_side.py と pc_side.py というファイル名の python コードを記述します。pc_side.pyimport socket print("Waiting for message!") a = "How are you?"aa = a.encode("utf-8") with socket.
disabled (you can enable it with --thunder-lock) uWSGI http bound on 0.0.0.0:5000 fd 3 uwsgi socket 0 bound to UNIX address mywsgi.sock fd 6 Python version: 3.9.2 (default, Mar 29 2021, 17:42:02) [GCC 7.3.1 20180712 (Red Hat 7.3.1-12)] *** Python threads support is disable...