espressif/iot_eth

1.0.0

Latest
uploaded 18 hours ago
Ethernet interface driver for cellular modems and USB-to-Ethernet adapters

readme

# Component: Iot ETH

## Overview

iot_eth is primarily designed for Ethernet controllers with USB or SPI/UART interfaces. It does not involve the configuration details of the MAC PHY, but only focuses on the controller's protocol.

## Example

https://github.com/espressif/esp-iot-solution/tree/master/examples/usb/host/usb_rndis_4g_module

## How to enable IPv6

Enable `CONFIG_LWIP_IPV6` in menuconfig. If using PPP protocol, enable `CONFIG_PPP_IPV6` and `CONFIG_LWIP_IPV6_AUTOCONFIG`.

Links

Supports all targets

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "espressif/iot_eth^1.0.0"

download archive

Stats

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

Badge

espressif/iot_eth version: 1.0.0
|