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

MacAddress.h #6658

Closed
1 task done
mrengineer7777 opened this issue Apr 28, 2022 · 2 comments · Fixed by #9304
Closed
1 task done

MacAddress.h #6658

mrengineer7777 opened this issue Apr 28, 2022 · 2 comments · Fixed by #9304
Assignees
Labels
Status: In Progress ⚠️ Issue is in progress Type: Feature request Feature request for Arduino ESP32
Milestone

Comments

@mrengineer7777
Copy link
Collaborator

Related area

WiFi Library

Hardware specification

ESP32, no specific hardware

Is your feature request related to a problem?

I'm finding handling BSSID info to be a pain. Parsing from string, printing to string, saving, checking if null, etc. Is there a library for BSSIDs/MAC like IPAddress.cpp/h?

If not, I will create one patterned after IPAddress.cpp/h and submit a PR.

Just making sure I'm not duplicating work, and I'd like to know if this would be useful to others.

Describe the solution you'd like

Say yes and I'll write a library and submit a PR. I just don't want to waste my time and yours if a solution already exists.

Describe alternatives you've considered

Searched Google extensively and didn't find functions to handle BSSID/mac within ESP32/arduino

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.
@mrengineer7777 mrengineer7777 added the Type: Feature request Feature request for Arduino ESP32 label Apr 28, 2022
@mrengineer7777
Copy link
Collaborator Author

I've started writing a library because it will make our project cleaner.

@dpnebert
Copy link
Contributor

I’m not sure if it is what you are looking for, but my PR for getting the MAC addresses was just merged. #8618

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: In Progress ⚠️ Issue is in progress Type: Feature request Feature request for Arduino ESP32
Projects
5 participants