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

samples: net: sockets: echo: Add WiFi support #82442

Closed

Conversation

ThreeEights
Copy link
Contributor

Modify the sample application to connect to a WiFi access point, if configured. Kconfig options are provided to specify the SSID and password. Configuration file is included for the Raspberry Pi Pico W.

Modify the sample application to connect to a WiFi access
point, if configured.  Kconfig options are provided to
specify the SSID and password.  Configuration file is
included for the Raspberry Pi Pico W.

Signed-off-by: Steve Boylan <[email protected]>
@rlubos
Copy link
Contributor

rlubos commented Dec 2, 2024

Instead of making custom modifications to the sample, could we aim to make it work with the Wi-Fi snippet instead? I've made a PR which added Wi-Fi support to a bunch of samples recently:
#79375
In general, sample could block on wait_for_network(), leaving a chance to the user to connect to a Wi-Fi network with Wi-Fi shell.

@ThreeEights
Copy link
Contributor Author

@rlubos - Sure! It makes sense to follow a common pattern ... once I know about the pattern. I'll look at the other samples and try to figure it out.

@ThreeEights ThreeEights closed this Dec 3, 2024
@ThreeEights
Copy link
Contributor Author

Withdrawing this pull request to replace it with one that follows the snippet pattern.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants