The purpose of example application below is to demonstrate UDP communication between ESP8266 and an external client. The application (performing the role of a server) is checking inside the loop() for ...
arduino-cli lib install "ESP8266WiFi" # ESP8266ボード用のWiFi機能を提供するライブラリ arduino-cli lib install "ESP8266mDNS" # mDNS(マルチキャストDNS)を使用して、ESP8266デバイスをネットワークで簡単に見つけられるようにするライブラリ arduino-cli lib install ...