Commit Graph

11 Commits

Author SHA1 Message Date
Bob 2e3939a2b8 iperf works 2025-11-11 14:04:06 -08:00
Bob c03679358e build works 2025-11-11 13:23:09 -08:00
Bob a623e4e1e6 more on serial setting of wifi and IP 2025-11-10 09:52:45 -08:00
Bob dec314ce6b build ok but has warnings 2025-11-10 09:40:09 -08:00
Bob db6d6b20c4 more on flash_all 2025-11-10 08:50:14 -08:00
Bob 1654753bbb Add RSSI and enhanced network info to WiFi connection logs
Show signal strength (RSSI in dBm) when connected to AP
Show gateway and netmask in addition to IP address
Useful for debugging WiFi connectivity in multi-device deployments
2025-11-09 21:01:11 +00:00
Bob 1af64e0341 Fix format specifiers in main.c for uint32_t values
Add inttypes.h include and use PRIu32 for cfg.interval and cfg.time
to fix format warnings being treated as errors
2025-11-09 02:41:42 +00:00
Bob ed77cfe86f Remove undefined sip field from iperf config logging
The iperf_cfg_t struct doesn't have a sip (source IP) field,
only dip (destination IP). Remove sip from logging statement.
2025-11-09 02:35:16 +00:00
Bob def2034d07 Fix printf format specifiers for uint64_t and uint32_t
Use PRIu64 and PRIu32 macros from inttypes.h instead of %llu and %u
to fix compilation errors with newer ESP-IDF versions
2025-11-08 23:43:29 +00:00
Bob 49dc6962ba Add mass deployment system with static IP and WiFi configuration
- Add static IP configuration via Kconfig
- Add WiFi console command for runtime reconfiguration
- Add mass flash script for automated deployment
- Add device detection script
- Add comprehensive deployment documentation
2025-11-08 23:10:07 +00:00
Bob b3aa5ad76d Initial commit: ESP32 iperf implementation 2025-11-08 19:57:11 +00:00