Is TFTP Support in OpenWrt Really That Difficult?

Is TFTP Support in OpenWrt Really That Difficult?

TFTP (Trivial File Transfer Protocol) is a protocol in the TCP/IP protocol suite used for simple file transfers between clients and servers. It provides a straightforward and low-overhead file transfer service, operating on port 69. TFTP is a simple protocol for transferring files, implemented based on the UDP protocol. However, we cannot be certain that … Read more

Packet Capture of IPTV Set-Top Box (Part 4) – Using OpenWrt + Wireshark to Capture IPTV Set-Top Box Data Packets

Packet Capture of IPTV Set-Top Box (Part 4) - Using OpenWrt + Wireshark to Capture IPTV Set-Top Box Data Packets

📺 IntroductionOpenWRT is a highly customizable Linux operating system designed specifically for embedded devices, especially smart routers and network devices.You can think of it as the “Android system” on your home router. Just like Android phones allow you to install various apps to achieve endless functionalities, OpenWRT also allows you to install various software packages … Read more

OpenWrt Application Filtering Feature Library Update (August)

OpenWrt Application Filtering Feature Library Update (August)

In the past few days, we have tested the applications reported by users in August and extracted feature codes. The feature library has been published on the official website.The main updates are as follows:1. Cloud View TV (fixed)2. Mi Game Center (new)3. Fan Hua Theater (new)4. 233 Paradise Game (new)5. Peak Speed (new)6. WiFi Master … Read more

Setting Up OpenWRT on Feiniu

Setting Up OpenWRT on Feiniu

First, download the OpenWRT x86_64 firmware https://openwrt.mpdn.fun/?dir=lede/x86_64/2025-08-29__03-05-34–plus-daily Create a virtual machine on FeiniuSelect the downloaded OpenWRT firmwareAdd a hard diskEnable OVS on the network port in advanceAdd a network cardHere, add two network cards, one for the WAN port and one for the LAN port. The physical machine needs to have multiple network ports. I … Read more

Can OpenWrt Make a Difference in the Age of AI?

Can OpenWrt Make a Difference in the Age of AI?

In recent years, the rapid development of artificial intelligence technology has sparked an efficiency revolution, with overseas ChatGPT and domestic DeepSeek leading to a surge in the development of numerous AI applications, as well as a significant increase in sales of AI GPU processors and server hardware. As an operating system and software ecosystem, can … Read more

Installing luci-app-temp-status on OpenWrt to Display Temperature Sensor Data

Installing luci-app-temp-status on OpenWrt to Display Temperature Sensor Data

Recently, after upgrading the OpenWrt software, I noticed that the system homepage overview page no longer displays the temperature. It was working before the update, but I didn’t dwell on why it stopped showing. Instead, I focused on how to make it display again. I searched on Google and found that there are mainly two … Read more

How to Import Local Docker Images and Run Them on OpenWRT

How to Import Local Docker Images and Run Them on OpenWRT

Importing Local Images into OpenWRT This article takes the AX5’s QWRT as an example; other OpenWRT operations are similar. If there are inconsistencies, feel free to ask AI or similar resources. Uploading the Image Navigate to<span>System</span> ➥ <span>File Transfer</span>, select the local image, and click<span>Upload</span>: Uploading the Image This image is from the backup of … Read more

Implementing Dual Broadband and Dual Router Integration with OpenWrt

Implementing Dual Broadband and Dual Router Integration with OpenWrt

Originally, I had one China Telecom broadband connection installed at home. Recently, China Mobile offered me a free broadband connection, so I accepted their offer and requested an installation technician to set up the mobile broadband. Initially, I planned to purchase another ASUS router to create a dual-router setup, but I discovered that OpenWrt can … Read more

Manage OpenWrt with a Mini Program Without Installing Any Plugins

Manage OpenWrt with a Mini Program Without Installing Any Plugins

Many fans want a mobile app to manage OpenWrt devices, as accessing the OpenWrt system via mobile is indeed too cumbersome and the interface is very unfriendly.To meet everyone’s needs, I started researching app development some time ago, but found that individual developers in China cannot publish Android applications, so I switched to WeChat Mini … Read more