Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
zh:reasons_to_use_openwrt [2018/05/26 13:11] – [给力的社区支持] lujimmyzh:reasons_to_use_openwrt [2018/08/05 10:35] – ↷ Links adapted because of a move operation bobafetthotmail
Line 21: Line 21:
 ===== 可扩展性 ===== ===== 可扩展性 =====
    
-While vendor firmware for a router ships with a fixed set of capabilities, OpenWrt provides more than [[packages:start|3000 packages]] ready to be installed. Some of the more popular packages allow you to: +尽管路由器的供应商固件只有固化的功能,但OpenWrt提供了超过 [[zh:packages:start|3000个可供安装的软件包]] 。这些颇受欢迎的软件包允许您: 
-    * Run [[docs:guide-user:services:ad-blocking]] on your router so you can enjoy clean uncluttered web experience from any connected device.+    * 在您的路由器上运行 [[docs:guide-user:services:ad-blocking|广告拦截功能]],以便您可以在任何连接路由的设备上享受干净整洁的网络体验。
     * Reduce latency/lag (bufferbloat) even during heavy traffic with [[docs:guide-user:network:traffic-shaping:sqm|Smart Queue Management]]     * Reduce latency/lag (bufferbloat) even during heavy traffic with [[docs:guide-user:network:traffic-shaping:sqm|Smart Queue Management]]
-    * Secure access to your home network when away via [[docs:guide-user:services:vpn:openvpn:server.comprehensive|OpenVPN Server]]. +    * 通过 [[docs:guide-user:services:vpn:openvpn:server.comprehensive|OpenVPN服务器]] 安全访问您的家庭网络。 
-    * Secure your internet access and prevent your ISP from snooping on your internet activity (requires third party service) [[:docs:howto:openvpn.client:OpenVPN Client]]. +    * 保护您的互联网访问,并防止您的互联网服务提供商监听您的互联网活动(需要第三方[[:docs:howto:openvpn.client:OpenVPN|OpenVPN客户端]])。 
-    * Prevent your ISP from snooping on your DNS requests via [[:docs:howto:dnscrypt-proxy|DNSCrypt Proxy]].+    * 使用 [[:docs:howto:dnscrypt-proxy|DNSCrypt代理]] 防止您的互联网服务提供商监听您的DNS请求。
     * Force connected devices with hard-coded DNS servers to use your router's DNS with [[:docs:howto:DNS-request-hijacking|DNS Request Hijacking]].     * Force connected devices with hard-coded DNS servers to use your router's DNS with [[:docs:howto:DNS-request-hijacking|DNS Request Hijacking]].
     * Create a [[:docs:howto:Guest-WiFi|Guest Wi-Fi]] network allowing access to internet, but not your local devices.     * Create a [[:docs:howto:Guest-WiFi|Guest Wi-Fi]] network allowing access to internet, but not your local devices.
Line 33: Line 33:
     * [[:docs:howto:weatherstation|Connect to your weather station]], record [[:docs:howto:weather.statistics|weather statistics]] and make them accessible via a [[:docs:howto:webserver|webserver]], garnished with a [[docs:guide-user:hardware:video:webcam|live webcam image]].     * [[:docs:howto:weatherstation|Connect to your weather station]], record [[:docs:howto:weather.statistics|weather statistics]] and make them accessible via a [[:docs:howto:webserver|webserver]], garnished with a [[docs:guide-user:hardware:video:webcam|live webcam image]].
     * [[:docs:howto:1wire|Interact with 1-wire devices]] (sensors, actors, ...).     * [[:docs:howto:1wire|Interact with 1-wire devices]] (sensors, actors, ...).
-    * Make your router a central for [[:docs:howto:home automation|home automation]]. +    * 让您的路由器成为 [[:docs:howto:home automation|家庭自动化]] 的核心。 
-    * Access a wider range of [[docs:guide-user:services:ddns:client|Dynamic DNS (ddns)]] providers than vendor firmware via [[packages:pkgdata:ddns-scripts|DDNS scripts]].+    * 通过[[packages:pkgdata_lede17_1:ddns-scripts|DDNS脚本]] 获得比供应商固件更广泛的 [[docs:guide-user:services:ddns:client|动态DNS(ddns)]] 服务商。
  
  
Line 48: Line 48:
 ===== 研发平台 ===== ===== 研发平台 =====
  
-Many teams who are doing cutting-edge research into networking topics use OpenWrt as a stable platform for their work. As their work moves from the experimental realm into practical, production-quality code, it is available in OpenWrt builds first. Some teams using OpenWrt include: +许多正在网络方面进行前沿研究的团队使用OpenWrt作为他们工作的稳定平台。随着他们的工作从实验领域转移到实际领域,生产质量代码将首先应用在OpenWrt中。一些使用OpenWrt的团队包括: 
-  * Continuing development of the [[http://bufferbloat.net|fq_codel and cake algorithms]] that decrease bufferbloat. +  * 继续开发减少bufferbloat的 [[http://bufferbloat.net|fq_codelcake算法]] 
-  * The [[https://www.bufferbloat.net/projects/make-wifi-fast/wiki/|Make Wi-Fi Fast]] team has been working to decrease queueing and latency in the wi-fi stack, and is testing out their airtime fairness code using OpenWrt. +  * [[https://www.bufferbloat.net/projects/make-wifi-fast/wiki/|Make Wi-Fi Fast]] 团队一直致力于减少Wi-Fi栈中的排队和延迟,并且正在使用OpenWrt测试他们的通话时间公平性代码。 
-  * [[http://homewrt.org|Homenet]] provides implementation of zeroconf IPv6 (and IPv4) routingprefix assignment and service discovery for a home network consisting of multiple routers connected to multiple service providers. There's a hnet-full package for OpenWrt.+  * [[http://homewrt.org|Homenet]] 为连接到多个服务提供商的多个路由器组建一个家庭网络并提供开机即用的IPv6(IPv4)路由前缀分配和服务发现功能。提供一个适用OpenWrt的hnet-full软件包。
  
 ===== 配置简单=====  ===== 配置简单===== 
-Because OpenWrt is a true Linux-based system, you have full control over all functions of your router/device. +由于OpenWrt是一个真正的基于Linux的系统,因此您可以完全控制路由器或设备的所有功能。 
-  * OpenWrt provides both command-line interface (via SSH) and a web-based user interface for configuration.  +  * OpenWrt可以使用通过SSH建立的命令行和基于Web的用户界面进行配置。 
-  * Configuration information is stored in plain-text files to ease the editing and/or copying. +  * 配置信息存储在纯文本文件中以简化编辑和(或)复制。 
-  * OpenWrt Image Builder allows you to create your own firmware images for your device with any customizations (pre-defined password, WiFi, etc). +  * 使用 [[https://openwrt.org/docs/guide-user/additional-software/imagebuilder|OpenWrt Image Builder]] 可以让您为自己设备随意配置(如预设密码,无线风格等)并定制固件。 
-  * The Web GUI allows you to select [[docs:guide-user:luci:luci.themes|themes]] that suit your needs/tastes In addition, [[packages:pkgdata:luci-i18n-base-lang|Localization of Web UI]] is available via packages in over 20 languages. +  * LuCI的Web图形化界面除可以让您选择适合需求或口味的 [[https://openwrt.org/docs/guide-user/luci/luci.themes|主题]] 外,还可以使用支持20多种语言的软件包实现[[https://openwrt.org/packages/pkgdata/luci-i18n-base-lang|Web用户界面的本地化]] 
-  * Configure the external LEDs and buttons/switches to suit your needs.+  * 配置外部LED和按钮或开关以满足您的需求。
  
 ===== 零成本支出 ===== ===== 零成本支出 =====
 OpenWrt以GPL协议发布,感谢包括个人和公司等志愿者的努力,让大家在使用时无需额外支出订购或授权费用。 OpenWrt以GPL协议发布,感谢包括个人和公司等志愿者的努力,让大家在使用时无需额外支出订购或授权费用。
  • Last modified: 2021/08/10 08:32
  • by tmomas