summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang You (UU) <[email protected]>2025-12-09 11:12:44 -0800
committerYang You (UU) <[email protected]>2025-12-09 11:12:44 -0800
commit72c0b658a75daafd0ec2ecb03c3ff2c6cb017494 (patch)
tree17caaf066adb2adc3ba6d233d7708f6e27ee7ba7
parenta3e68cdfb094c7c5cf4f2a12b8be248053313d87 (diff)
have the updated project status
-rw-r--r--network/wlan/WIFICX/README.md11
-rw-r--r--network/wlan/WIFICX/video/ControlPath.mp4bin0 -> 20871450 bytes
-rw-r--r--network/wlan/WIFICX/video/DataPath.mp4bin0 -> 5944039 bytes
3 files changed, 10 insertions, 1 deletions
diff --git a/network/wlan/WIFICX/README.md b/network/wlan/WIFICX/README.md
index 65f6dd88..6a1ac33c 100644
--- a/network/wlan/WIFICX/README.md
+++ b/network/wlan/WIFICX/README.md
@@ -39,4 +39,13 @@ 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.
-- [ ] 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>
+
+- [x] Transfer data between two Wi-Fi device instances (e.g., ping and throughput test).
+<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
diff --git a/network/wlan/WIFICX/video/ControlPath.mp4 b/network/wlan/WIFICX/video/ControlPath.mp4
new file mode 100644
index 00000000..15ec3d62
--- /dev/null
+++ b/network/wlan/WIFICX/video/ControlPath.mp4
Binary files differ
diff --git a/network/wlan/WIFICX/video/DataPath.mp4 b/network/wlan/WIFICX/video/DataPath.mp4
new file mode 100644
index 00000000..fda748e5
--- /dev/null
+++ b/network/wlan/WIFICX/video/DataPath.mp4
Binary files differ