NetHub:修订间差异
跳转到导航
跳转到搜索
创建页面,内容为“= NetHub = NetHub 用于把 device 侧的 Wi-Fi 能力桥接到 host。 当前方案面向 <code>BL616 / BL618 / BL616CL / BL618DG</code> 这类 Wi-Fi SoC,当前推荐 bringup 路径为 <code>SDIO</code>。 == 页面导航 == * NetHub 快速上手 ** 面向首次 bringup 的客户 ** 说明 device/host 的关键选择、编译、加载、连接 AP 和常见问题 * NetHub 架构说明 ** 面向需要理解模…” |
小 Sync NetHub docs from local Markdown |
||
| 第1行: | 第1行: | ||
= NetHub = | = NetHub = | ||
NetHub | NetHub bridges device-side Wi-Fi capabilities to the host. | ||
The current solution targets Wi-Fi SoCs such as <code>BL616 / BL618 / BL616CL / BL618DG</code>, and the recommended bring-up path is currently <code>SDIO</code>. | |||
== | == Documentation Guide == | ||
* [[NetHubQuickBringup| | * [[NetHubQuickBringup|NetHubQuickBringup.md]] | ||
** | ** For customers doing first-time bring-up | ||
** | ** Covers key device/host choices, build steps, module loading, AP connection, and common issues | ||
* [[NetHubArchitecture| | * [[NetHubArchitecture|NetHubArchitecture.md]] | ||
** | ** For developers who need to understand module boundaries and APIs | ||
** | ** Covers device/host layering, public interfaces, and key data flows | ||
* [[NetHubVirtualChannel| | * [[NetHubVirtualChannel|NetHubVirtualChannel.md]] | ||
** | ** For customers or application developers who need to transfer private data | ||
** | ** Covers USER channel prerequisites, APIs, and typical usage | ||
== | == Current Conclusions == | ||
* | * The current primary path is <code>SDIO</code> | ||
* device | * The device-side Wi-Fi backend supports <code>fhost / wl80211</code> | ||
* host | * The host control backend is selected at runtime: <code>tty</code> or <code>vchan</code> | ||
* | * The control channel and <code>USER virtual channel</code> both run on the same host link | ||
== | == In-Repo Reference Directories == | ||
* <code>examples/wifi/nethub</code> | * <code>examples/wifi/nethub</code> | ||
* <code>components/net/nethub</code> | * <code>components/net/nethub</code> | ||
* <code>bsp/common/msg_router/linux_host/userspace/nethub</code> | * <code>bsp/common/msg_router/linux_host/userspace/nethub</code> | ||
== Local Documentation Source == | |||
* Markdown documents: | |||
** <code>examples/wifi/nethub/docs/</code> | |||
If you need to publish to the online wiki, use these four Markdown documents as the source. | |||
== Online Wiki == | |||
* [https://docs.bouffalolab.com/index.php?title=NetHub] | |||
* [https://docs.bouffalolab.com/index.php?title=NetHubQuickBringup] | |||
* [https://docs.bouffalolab.com/index.php?title=NetHubArchitecture] | |||
* [https://docs.bouffalolab.com/index.php?title=NetHubVirtualChannel] | |||
2026年3月17日 (二) 05:33的版本
NetHub
NetHub bridges device-side Wi-Fi capabilities to the host.
The current solution targets Wi-Fi SoCs such as BL616 / BL618 / BL616CL / BL618DG, and the recommended bring-up path is currently SDIO.
Documentation Guide
- NetHubQuickBringup.md
- For customers doing first-time bring-up
- Covers key device/host choices, build steps, module loading, AP connection, and common issues
- NetHubArchitecture.md
- For developers who need to understand module boundaries and APIs
- Covers device/host layering, public interfaces, and key data flows
- NetHubVirtualChannel.md
- For customers or application developers who need to transfer private data
- Covers USER channel prerequisites, APIs, and typical usage
Current Conclusions
- The current primary path is
SDIO - The device-side Wi-Fi backend supports
fhost / wl80211 - The host control backend is selected at runtime:
ttyorvchan - The control channel and
USER virtual channelboth run on the same host link
In-Repo Reference Directories
examples/wifi/nethubcomponents/net/nethubbsp/common/msg_router/linux_host/userspace/nethub
Local Documentation Source
- Markdown documents:
examples/wifi/nethub/docs/
If you need to publish to the online wiki, use these four Markdown documents as the source.