New interesting pull request adds USB tethering and USB 4G dongles support for LibreMesh. Check it out here:
https://github.com/libremesh/lime-packages/pull/1246

#libremesh #ubus

Add USB tethering support via ubus methods by usg-ishimura · Pull Request #1246 · libremesh/lime-packages

This PR adds WAN connection in LiMe through USB tethering or 4G USB dongle (not tested), in this way primary node can get WAN connection even if there is no wired network where the routers are depl...

GitHub
🌗 [OpenWrt Wiki] ubus (OpenWrt微縮巴士架構)
➤ OpenWrt微縮巴士架構
https://openwrt.org/docs/techref/ubus
OpenWrt的ubus專案提供了各種守護程序和應用程序之間的進程間通信。它由守護程序、庫和一些額外的幫助程序組成。ubusd守護程序提供了一個接口,供其他守護程序註冊自己以及發送消息。為了簡化使用ubus的軟件開發,創建了一個名為libubus的庫。每個守護程序在特定命名空間下註冊一組路徑。每個路徑可以提供多個帶有任意數量參數的過程。代碼在LGPL 2.1許可證下發布,可以通過git在https://git.openwrt.org/project/ubus.git找到。
+ 我從未聽說過ubus,但這篇文章讓我對OpenWrt的微縮巴士架構有了更深入的瞭解。
+ 微縮巴士架構聽起來很有趣,我會去看看git上的代碼。
#OpenWrt #ubus #微縮巴士架構
ubus (OpenWrt micro bus architecture)

ubus (OpenWrt micro bus architecture) To provide Inter-process communication between various daemons and applications in OpenWrt a project called ubus has been developed. It consists of several parts including daemon, library and some extra helpers. The heart of this project is the

OpenWrt Wiki