TooTallNate / node-amf

"Action Message Format" read() and write() functions for Buffers
21 stars 6 forks source link

Support decoding full AMF packets #5

Open crawfordcomeaux opened 9 years ago

TooTallNate commented 9 years ago

What is a full AMP packet exactly?

crawfordcomeaux commented 9 years ago

Sorry....meant to add more detail. I'm referring to the header & message structure defined in the AMF0 spec starting at page 8 (http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/amf/pdf/amf0-file-format-specification.pdf).

Also, I created this issue to reference in a PR I'm about to open that fulfills it. It's not ready for merging yet, since I need to write tests for it.