Arouter: A Lightweight and Efficient Page Routing Tool

Arouter: A Lightweight and Efficient Page Routing Tool

Click the blue text ╳ to follow us Open Source Project OpenHarmony Is Everyone’s OpenHarmony Introduction Arouter is a lightweight and efficient page routing tool suitable for OpenAtom OpenHarmony (hereinafter referred to as “OpenHarmony”). Compared to native routing solutions, Arouter has more advantages. Traditional routing solutions use explicit and implicit intents for navigation, which can … Read more

Detailed Guide on Vue Router Params and Query Usage

Detailed Guide on Vue Router Params and Query Usage

Are you confused about the differences between params and query, and their usage scenarios? Don’t worry, I will explain the usage techniques of these two parameter passing methods in detail! 🚀 1. Basic Knowledge of Vue Router Before diving into params and query, let’s first understand the basic concept of Vue Router. Vue Router is … Read more

With This Router, Beginners Can Master OpenWRT

With This Router, Beginners Can Master OpenWRT

Routers are certainly not unfamiliar to everyone; they have become a necessity in our lives. However, routers do more than just provide internet access. In the same network environment, only a good router can achieve maximum speed, connect to more devices, and cover a wider range. Better yet, it can also expand many personalized features.Recently, … Read more

KiCad 7.99 Source Code Learning Notes (2) – Length Adjustment Calculation

KiCad 7.99 Source Code Learning Notes (2) - Length Adjustment Calculation

Code version: 9db1dd5ec5f20d301af076301b8853b7a133eed5 Call Trace After enabling the Length Tuning Tool, it is linked to DRAWING_TOOL::PlaceTuningPattern through the corresponding binding in DRAWING_TOOL::setTransitions (pcbnew/tools/drawing_tool.cpp). Here is a snippet of the event loop handling code. When the cursor is placed over a certain line, the Length Tuning tool displays the length of that line, and the code … Read more

How Insecure Is Your Router?

How Insecure Is Your Router?

Your router is the first point of contact between you and the internet. How much risk does it pose? — Mike Bursell Useful original link Please visit the “Original link” at the end for clickable in-text links, full-size original images, and related articles. Acknowledgements Translated from | https://opensource.com/article/18/5/how-insecure-your-router | Author | Mike Bursell | Translator … Read more

OpenWrt Router Review and Usage Experience

OpenWrt Router Review and Usage Experience

OpenWrt Router User Experience I purchased a GL.iNet SFT1200 from a certain online store, which is a portable router for travel. Although it runs on the OpenWrt system, it comes with an official management backend. In the Advanced Features, there is an entry for LuCI, allowing access to the native OpenWrt backend. If you are … Read more

Connecting Ext_Net to Router – Master OpenStack in 5 Minutes a Day

Connecting Ext_Net to Router - Master OpenStack in 5 Minutes a Day

Article 145 Connecting ext_net to Router In the previous section, we created the external network ext_net. Next, we need to connect it to Neutron’s virtual router so that instances can access the external network. Click on the menu Project -> Network -> Routers to enter the router list. Click the “Set Gateway” button for router_100_101. … Read more

Virtual Router Principle Analysis – Master OpenStack in 5 Minutes (101)

Virtual Router Principle Analysis - Master OpenStack in 5 Minutes (101)

Article 101 Analysis of Virtual Router Principles In the previous section, we created the virtual router “router_100_101” and verified the connectivity between vlan100 and vlan101 using ping. This section will focus on analyzing the principles involved. First, let’s see what changes have occurred in the linux bridge structure on the control node. On the bridge … Read more