You are using staging server - a separate instance of the ESP Component Registry that allows you to try distribution tools and processes without affecting the real registry.

rankshank/halow

0.0.2-staging

Pre-release
uploaded 11 hours ago
Morse Micro HaLow WLAN component for esp32

7 examples

  • dual_if
    Runs two interfaces simultaneously: ESP's native Wi-Fi as a SoftAP and Wi-Fi HaLow as a station.
    6.02 KB
  • iperf
    An adaptation of ESP32 iperf REPL to test Wi-Fi HaLow throughput via UDP/TCP RX/TX tests.
    3.67 KB
  • porting_assistant
    Self-test tool for bringing up a new platform that runs a sequence of OSAL, HAL, and hardware tests.
    19.14 KB
  • scan
    Initialises the Wi-Fi HaLow interface and performs a single shot scan, printing each discovered AP's details.
    2.35 KB
  • softap
    Starts a Wi-Fi HaLow SoftAP on a configurable S1G channel with SAE security and supports a single station.
    3.26 KB
  • sta_connect
    Connects to a Wi-Fi HaLow AP as a station using SAE security, then sends a single UDP packet to confirm connectivity.
    3.18 KB
  • sta_reboot
    Stress test that repeats a boot → connect → send UDP → deinit cycle (10 iterations). It validates repeated power-up/teardown.
    3.49 KB