Simple Deployment of an HTTP File Server on a Local Area Network

Simple Deployment of an HTTP File Server on a Local Area Network

After receiving a request from a friend, they wanted to share some files within their company’s local area network for personnel in various departments to download and use. Due to unsatisfactory support for web-based solutions, they preferred not to use FTP services. Today, I would like to share two HTTP protocol-based file servers, written in … Read more

How to Assign a Domain Name to Your ESP32 Device

How to Assign a Domain Name to Your ESP32 Device

1. Introduction When we visit a website, we usually do so via a URL, such as accessing Baidu through the domain: www.baidu.com. After entering the domain in the browser, the communication ultimately resolves the domain to the corresponding IP address, and communication is conducted at the lower level based on the IP. We don’t need … Read more