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

Bugfixes and new features #44

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

atom-smasher
Copy link

As noted in the README and the code comments, some new features and very significant bug fixes.

First project here. Just trying to figure out the platform.
formatting. readability
formatting, readability
Added functionality to handle 20,000+ SSIDs using "classic" (sequential) MAC addresses; I was only able to compile a little over 23,000 SSID names for testing. This requires the 4th and 5th octets of the MAC address to roll-over, as needed. Changed how the PRNG is seeded, using "mayhem" mode, account of this bug - arduino/Arduino#11811
Updated start-up messages and info to reflect v1.1. Fixed typos.
pedantic changes
bug fixes and new features
improved performance, new features, new start-up messages
pedantic code/comment clean-up
just adding a comment about a good way to manually generate a random key, on most modern linux systems:
crc32 /proc/sys/kernel/random/uuid | awk '{print "0x"$0}'
Adding another comment about manually generating a random seed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant