openwrt之luci web——luci官网无法访问之解决办法

良心推荐

openwrt luci web分析

https://www.jianshu.com/p/596485f95cf2

在OpenWrt中使用socket通信

https://www.cnblogs.com/AUOONG/archive/2012/04/16/2451485.html

luci官网无法访问的问题

经过一段时间的学习,对luci的web界面开发流程都有了一定的了解,也能够编写一些简单的页面,但是对于luci的许多函数以及nixio的许多函数的用法不是很清楚,想上luci官网http://luci.subsignal.org/查阅api文档,查阅大量资料,啥的都不大好使。

值得高兴的是,最终,使用谷歌插件(谷歌浏览器),通过谷歌搜索引擎查找到了入口!!!
从这里进去https://pypi.org/project/openwrt-luci-rpc/
在这里插入图片描述
即网址为
https://htmlpreview.github.io/?https://raw.githubusercontent.com/openwrt/luci/master/docs/api/modules/luci.dispatcher.html
在这里插入图片描述
在这里插入图片描述