-
Notifications
You must be signed in to change notification settings - Fork 22
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 #1
Comments
I guess this implementation step was currently disabled by missing support for IPv6 on dependency "rs/node-netmask", right? I didn't currently find a netmask library supporting IPv6, but the only missing thing would be finding the broadcast ip, right? If that's the case, why don't simply combine it from given IP address of the controller and highest-possible value for the last ip segment? Pls give highly appreciated feedback :-). |
Hi, The problem is not with the implementation, but with the strategy behind. Best regards |
Hi, But in fact - after thinking about it: So why do you plan to integrate IPv6 at all? Best regards |
Hi, And: v6 has many interesting features - like autoconfig/SLAAC and larger Multicast-Groups - which could be very interesting for ArtNet too. Best regards |
Implement IPv6 (v4 only, v6 only or dualstack)
The text was updated successfully, but these errors were encountered: