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

Feature Request: MAC Address Filtering #9

Closed
jelle619 opened this issue Jul 8, 2023 · 3 comments
Closed

Feature Request: MAC Address Filtering #9

jelle619 opened this issue Jul 8, 2023 · 3 comments
Labels
Enhancement New feature or request

Comments

@jelle619
Copy link

jelle619 commented Jul 8, 2023

Is your feature request related to a problem? Please describe.
Your project looks awesome and incredibly interesting. One of the things I would like to use it for, is to connect older devices that don't support modern encryption (e.g. WPA2) to the internet, such as a Nintendo DS. However, currently, to make this work, you would have to create a completely open network, which is not ideal.

Describe the solution you'd like
Though of course not a true replacement for WPA2, it would be great if we could use MAC address filtering to regulate which devices may or may not connect to the network. This would allow the network to have some security, rather than none.

Describe alternatives you've considered
The only other alternative I could think of is only powering the ESP32 when it is actively in use. Still, when it's in use, anybody could still join the network, which is not ideal.

Additional context
https://en.wikipedia.org/wiki/MAC_filtering

@gjroots
Copy link
Owner

gjroots commented Jul 9, 2023

Hello, @jelle619 Thank you for your interest in the project and the compliment. I want to assure you that I have already planned and designed a filter like this in the past. However, I have not yet released it because I need to find a simple way to save MAC addresses and develop a user-friendly interface to handle all the necessary steps. Currently, I am facing time constraints, which have impacted my focus on this particular aspect. Rest assured, I do plan to release it soon. Thank you for your understanding.

@gjroots gjroots added the Enhancement New feature or request label Jul 9, 2023
@jelle619
Copy link
Author

Awesome to hear! If I had the experience, I absolutely would have contributed some code myself. However, my experience with micro-controllers such as the ESP32 is unfortunately very limited.

Please take all the time you need. I'm already happy to hear it's being considered. Thanks a ton!

@gjroots
Copy link
Owner

gjroots commented Jan 26, 2024

Hi @jelle619
Implemented MAC Filter in the latest update.
please check.....

@gjroots gjroots closed this as completed Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants