Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some example code for Network interface #10905

Open
1 task done
CelliesProjects opened this issue Jan 26, 2025 · 1 comment
Open
1 task done

Some example code for Network interface #10905

CelliesProjects opened this issue Jan 26, 2025 · 1 comment
Labels
Type: Feature request Feature request for Arduino ESP32

Comments

@CelliesProjects
Copy link
Contributor

Related area

Network

Hardware specification

All esp32

Is your feature request related to a problem?

I would like to see some examples for https://github.com/espressif/arduino-esp32/tree/master/libraries/Network

Describe the solution you'd like

Looking at the code I can figure out some stuff, but a couple of examples would be nice.

Describe alternatives you've considered

No response

Additional context

No response

I have checked existing list of Feature requests and the Contribution Guide

  • I confirm I have checked existing list of Feature requests and Contribution Guide.
@CelliesProjects CelliesProjects added the Type: Feature request Feature request for Arduino ESP32 label Jan 26, 2025
@me-no-dev
Copy link
Member

WiFi.STA, WiFi.AP, ETH and PPP all implement the NetworkInterface class. It's the glue between Arduino and LwIP. It's not really usable on it's own. One thing that can be called is the NetworkManager to let's say attach an event listener (because it implements the NetworkEvents) or set the default outgoing interface (STA, ETH or PPP)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature request Feature request for Arduino ESP32
Projects
None yet
Development

No branches or pull requests

2 participants