We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a network with a netmask of 255.255.255.192, and it seems as though the broadcast address isn't being set correctly.
Stepping though the code, it looks like my broadcast address is being set to the same address as my local IP - and so no discovery is working...
The text was updated successfully, but these errors were encountered:
Update lifx-lan-address.js
b800368
Added bitwise operation to _getBroadcastAddress to return correct broadcast addresses for all netmasks. Fixes futomi#40
Successfully merging a pull request may close this issue.
I have a network with a netmask of 255.255.255.192, and it seems as though the broadcast address isn't being set correctly.
Stepping though the code, it looks like my broadcast address is being set to the same address as my local IP - and so no discovery is working...
The text was updated successfully, but these errors were encountered: