Skip to content

Commit 7eed1da

Browse files
committed
Relocating the Zephyr Net Throuput article, adding summary.
1 parent 40e72c4 commit 7eed1da

File tree

8 files changed

+3
-2
lines changed

8 files changed

+3
-2
lines changed

content/blog/zephyr-max-wifi-throughput/index.md renamed to content/blog/2024/06/zephyr-max-wifi-throughput/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
title: "Maximizing Wi-Fi Throughput: Fine-Tuning Zephyr for Peak Performance with ESP32 SoCs in IoT Applications"
3-
date: 2024-06-24T14:29:12+08:00
3+
date: 2024-06-24
4+
lastmod: 2025-09-26
45
showAuthor: false
5-
featureAsset: "img/featured/featured-espressif.webp"
66
authors:
77
- "marcio-ribeiro"
88
tags: ["ESP32-S3", "Zephyr", "Wi-Fi"]
9+
summary: "How to improve the throuput of network applications with Zephyr on Espressif devices."
910
---
1011

1112
Those who develop IoT applications based on Zephyr OS often need to optimize the communication performance. It can be done by tweaking the Wi-Fi network stack parameters. However, how do you evaluate the resulting changes and find the most suitable configuration? In this article, we will overview a method to optimize communication performance by using the `iperf` and `zperf` tools.

0 commit comments

Comments
 (0)