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

Support IPv6. #4

Open
RokeJulianLockhart opened this issue Aug 21, 2023 · 3 comments
Open

Support IPv6. #4

RokeJulianLockhart opened this issue Aug 21, 2023 · 3 comments
Labels
enhancement New feature or request network involves low level networking (e.g. wol protocol)

Comments

@RokeJulianLockhart
Copy link

Screenshot_20230822-001948

@herzhenr
Copy link
Owner

Supporting IPv6 addresses would be great but my app depends on other flutter packages like wake on lan which doesn't seem to support ipv6. Dart Ping supports it (which I use for the network discovery) but I would have to rework the whole network scanning part of the app. It would be an option to manually enter the ipv6 address of devices here and sending the magic wake on lan package to this address. But the wake on lan flutter package doesn't support ipv6. I will have a look into the package at some time and evaluate how time consuming it would be to implement this functionality.

@JagandeepBrar
Copy link

@herzhenr I have added support for IPv6 addresses with the release of wake_on_lan v4.0.0.

@herzhenr
Copy link
Owner

herzhenr commented Sep 1, 2023

@JagandeepBrar That's awesome! Thank you for your quick response! Definitely going to implement IPv6 support to 'Simple Wake On Lan' in the next couple of weeks.

@herzhenr herzhenr added enhancement New feature or request network involves low level networking (e.g. wol protocol) labels Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request network involves low level networking (e.g. wol protocol)
Projects
None yet
Development

No branches or pull requests

3 participants