低水準ネットワークインターフェースを扱うsocketモジュールを紹介をします。通信は素人のため学習内容も含めて記載しました。 なお2台のPCで通信するため私はPC以外にRasberry Piを1台準備しました。 インターネットでは通信プロトコル(通信のルール)と ...
前回までsocket通信で色々遊んできましたが、見て見ぬふりをしてきたんです…例外を(-_-;。でもsocket通信を使うなら例外は絶対に対処しなければなりません。 そこで今回はsocket通信のプロセスをつぶさにステップしながら見て行きつつ、あれこれ色々無茶を ...
A socket is one endpoint of a two-way communication link between two programs running on the network. A socket is bound to a port number so that the TCP layer can identify the application that data is ...
This repo contains the practice codes and assignment codes of socket programming. Codes are written in python language, Python version used is Python 3.8 ...