# dnf -y update ←インストール済パッケージをアップデート # dnf -y install epel-release ←epelリポジトリの追加 # dnf -y install snapd ←snapdのインストール # systemctl enable --now snapd.socket ←snapdの起動&自動起動ON # dnf -y update ←インストール済パッケージをアップ...
PythonでKEYENCEの上位リンク通信(Ethernet)しますこの上位リンク通信はメッセージサービス用の通信コマンドでPC-PLC間で使用してPLCのメモリの値を読み書きできますここでは…
importsocketsock=socket.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へ送信 とはいえ、カメラ映像の受信やデコードの処理を...
背景TCP通信を使ってスマホ側のデータを開発PCに送りたいなぁ と思い,簡単なTCP通信のプログラムを作ってやり取りさせてみようと思ったのですが,動作確認のタイミングでハマりにハマりました...。…
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...