Skip to content

properly calculate size of buffer - #9

Closed
phooky wants to merge 5 commits into
osresearch:masterfrom
phooky:upstream
Closed

properly calculate size of buffer#9
phooky wants to merge 5 commits into
osresearch:masterfrom
phooky:upstream

Conversation

@phooky

Copy link
Copy Markdown

Getting four bytes per packet because we're getting four bytes per packet.
😑

@phooky

Copy link
Copy Markdown
Author

Added packets-per-frame parameterization packet. It's a two-byte packet:
[0xff , ppf]
where ppf is the number of packets per frame. I'm finding a ppf of 8 works acceptably over wifi for testing purposes.

@phooky

Copy link
Copy Markdown
Author

Fine, fine, switched back to calloc to address unexploitable LEDbleed vulnerability 👌

@cibomahto

Copy link
Copy Markdown
Collaborator

Closing this since I'm guessing everyone has moved on.

Sign up for freeto 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.

3 participants

@phooky@cibomahto@osresearch