6 ms·
I'm assuming, since it's a binary encoded, the textual output would not be something you'd like to look at.
by account-5 1y ago
I'm assuming, since it's a binary encoded, the textual output would not be something you'd like to look at.
- sam_lowry_ 1y agoPeople look at TCP packets all the time.
- account-5 1y agoIn which format? As a list of 1s and 0s; in hex? TCP or IP if I just pasted the textual version of any binary data id captured without some form of conversion it's not good to look at. Especially if it's not accompanied by the encoding schema so you can actually make sense of it.
- brookst 1y agoThe encoding schema are also present for XML and JSON, but not CBOR, so yes, that’s another gap if the book is intended for a technical audience.
- brookst 1y agoWhy? I’m comfortable reading 0x48 0x65 0x78 0x61 0x64 0x65 0x63 0x69 0x6D 0x61 0x6C
- 8n4vidtmkvmk 1y agoWith a table explaining what the byte codes mean? Absolutely I want to see that.