espp/wifi

0.21.0

uploaded 1 day ago
WiFi component for ESP-IDF

readme

# WiFi Component

The `wifi` component provides classes implementing various functionality useful
to WiFi-enabled devices.

<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
**Table of Contents**

- [WiFi Component](#wifi-component)
  - [WiFi Access Point (AP)](#wifi-access-point-ap)
  - [WiFi Station (STA)](#wifi-station-sta)
  - [Example](#example)

<!-- markdown-toc end -->

## WiFi Access Point (AP)

The WiFi access point enables the ESP to host its own WiFi network to which
other devices can connect.

## WiFi Station (STA)

The WiFi station enables the ESP to scan for and connect to an exising WiFi
access point.

## Example

The [example](./example) shows the use of the `espp::WifiSta` for connecting to
existing wifi networks, and the `espp::WifiAp` for creating a wifi access point,
both of which are provided by the `wifi` component.

Links

Supports all targets

Maintainer

  • William Emfinger <waemfinger@gmail.com>

License: MIT

To add this component to your project, run:

idf.py add-dependency "espp/wifi^0.21.0"

or download archive

Stats

  • Archive size
    Archive size ~ 11.98 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

espp/wifi version: 0.21.0
|