How to setup a static IP address for our ESP32, using the Arduino core.
ESP32: Advertise service with mDNS
How to advertise a network service available on the ESP32 using mDNS, and get information about that service on a Python program.
Python: socket server
The objective of this post is to explain how to create a simple socket server using Python and reach it with a client. Introduction The objective of this post is to explain how to create a simple socket server using Python and reach it with a client. Python is a very easy to use language …