普段趣味でプログラミングをぼちぼちやってます。 その中で勉強した事を素人なりにnoteにまとめています。 これからプログラミングを始めてみよう!と思っている人や、プログラミング初心者の人など、色んな人の役に立てば良いなと思っています。
低水準ネットワークインターフェースを扱うsocketモジュールを紹介をします。通信は素人のため学習内容も含めて記載しました。 なお2台のPCで通信するため私はPC以外にRasberry Piを1台準備しました。 インターネットでは通信プロトコル(通信のルール)と ...
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 ...