diff options
| author | Yang You (UU) <[email protected]> | 2025-12-09 11:37:59 -0800 |
|---|---|---|
| committer | Yang You (UU) <[email protected]> | 2025-12-09 11:37:59 -0800 |
| commit | c6cba5a199629f17c7fb0353b50f173f5b5c9360 (patch) | |
| tree | d04762b41b44c9369ef8fac5c9ed1e8768e1c9b8 | |
| parent | b532c0e05f2c41cad924da2210ee3d44f02238c7 (diff) | |
update the readme.md
| -rw-r--r-- | network/wlan/WIFICX/README.md | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/network/wlan/WIFICX/README.md b/network/wlan/WIFICX/README.md index c4d7e253..6564e074 100644 --- a/network/wlan/WIFICX/README.md +++ b/network/wlan/WIFICX/README.md @@ -39,15 +39,12 @@ The control path uses hardcoded data since this sample does not target real hard - [x] Scan access points and report BSS entries to the Windows UI. - [x] Connect to an open access point from the Windows UI. - [x] Disconnect from the connected access point. +- [x] Transfer data between two Wi-Fi device instances (e.g., ping and throughput test). -<video width="640" height="360" controls> - <source src="video/ControlPath.mp4" type="video/mp4"> - Your browser does not support the video tag. -</video> +## 🎥 Control & Data Path Demo Video +A walkthrough video demonstrating the Control & Data Path flow are available here: -- [x] Transfer data between two Wi-Fi device instances (e.g., ping and throughput test). +[▶ Watch Control Path Demo](video/controlpath.mp4) + +[▶ Watch Data Path Demo](video/datapath.mp4) -<video width="640" height="360" controls> - <source src="video/DataPath.mp4" type="video/mp4"> - Your browser does not support the video tag. -</video>
\ No newline at end of file |
