FTTR Networking: How to Achieve True Gigabit in Every Room?

FTTR Networking: How to Achieve True Gigabit in Every Room?

Source: ZTE Documentation Author: ZTE Documentation Do you have many smart devices at home and want your smart home to operate perfectly? Is your internet speed limiting your need for fast downloads and uploads? Have you upgraded to gigabit broadband but can’t enjoy it due to outdated devices? FTTR: I Am Truly Yours, I Am … Read more

OpenWrt: A Customizable Linux-Based Router OS

OpenWrt: A Customizable Linux-Based Router OS

Introduction OpenWrt is an open-source operating system primarily used for embedded devices, especially wireless routers and access points. It is based on the Linux kernel and designed to replace the firmware provided by manufacturers, offering users more flexibility, customization, and features. Here are some key features of OpenWrt: 1. Customizability: OpenWrt provides an extensible framework, … Read more

Configuring Ubuntu 18.04 on Raspberry Pi 4B

Configuring Ubuntu 18.04 on Raspberry Pi 4B

Note: For each step, you only need to look at the specific part in the corresponding article. Although many articles write about other parts, the author encountered various bugs, so the parts that work without issues have been extracted. 1. Image Burning, Connecting Raspberry Pi with Ethernet, and Basic Configuration (1) System Image Burning Installing … Read more

A Review of High-Performance Programmable Data Plane Based on FPGA

Welcome to click the blue words and follow “Smart Journal IT“! Zhao Peng, Cheng Guang, Zhao Deyu Journal of Software Abstract The Programmable Data Plane (PDP) supports the offloading and acceleration of network applications, bringing revolutionary development opportunities to network applications. It also supports the rapid implementation and deployment of new protocols and services, promoting … Read more

Future Military High-Performance Embedded Computing

Future Military High-Performance Embedded Computing

The Yuanwang Think Tank Open Source Intelligence Center, Yun Juan Yun Shu, compiled this article. Advanced processors, high-speed networking, and open system standards are converging, making military applications in target detection and tracking possible and giving artificial intelligence a new role. State-of-the-art processors, rapid networking, data sharing, innovations in cooling and thermal management, and new … Read more

How to Set Up a Raspberry Pi as a Personal Server

How to Set Up a Raspberry Pi as a Personal Server

Source | Peng Xiaodai Link | segmentfault.com/a/1190000021143144 No.1 What is Raspberry Pi? Raspberry Pi (Chinese name: 树莓派, abbreviated as RPi or RasPi) is a microcomputer designed for learning computer programming, about the size of a credit card, and its system is based on Linux. With the release of Windows 10 IoT, we can also run … Read more

How to Set Up a Personal Server That Runs Permanently

How to Set Up a Personal Server That Runs Permanently

Click the "Little White Learns Vision" above, choose to add "star" or "top" Heavy dry goods, delivered at the first time Editor: Chinese Sister | Source: segmentfault.com/a/1190000021143144 1. Introduction During this period, I came across something called Raspberry Pi. After a preliminary understanding, I found it very interesting, so I wanted to record the whole … Read more

Embedded Development – Detailed Explanation and Application of CAN Protocol (Part 2)

Embedded Development - Detailed Explanation and Application of CAN Protocol (Part 2)

Click the blue text Follow us In the Linux system, CAN (Controller Area Network) communication can be operated through the SocketCAN interface. SocketCAN is the native interface provided by the Linux kernel for the CAN bus, allowing communication with the CAN network in a socket-like manner. It supports common CAN protocols, including standard frames and … Read more

MQTT Broker Proxy Server

MQTT Broker Proxy Server

MQTT Broker Proxy Server MQTT protocol is a simple transmission protocol for information data in the Internet of Things world, the full name of the protocol is Message Queuing Telemetry Transport. It is a message transmission protocol based on client-server and publish-subscribe model (Message Queue Telemetry Transport), and is an OASIS standard. The MQTT protocol … Read more