Created
August 5, 2020 08:41
-
-
Save knight-ryu12/7ee02769485926ea61fa14d892af9376 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x01 0x01 0x3A ':' | |
0x02 0x01 [0-9A-Za-z] (データ種別) | |
0x03 0x04 データサイズ (A) (16進で0000-FFFFまでASCIIで表現) 0でもいい。 | |
0x07 0x01 0x3A ':' | |
0x08 A データ (フォーマットはデータ種別によって違う) | |
A+1 0x01 '\n' | |
A+2 0x08 16進で00000000-FFFFFFFFまでで上のCRC-32 | |
A+C 0x01 '\n' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment