Changeset 1658:585e0fd27206 in roaraudio


Ignore:
Timestamp:
05/08/09 16:53:59 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

started with a drafr for a byte orented roar protocol

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/proto

    r1655 r1658  
    1111 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1| Byte 
    1212+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
    13 | Version       | Command         | Stream ID                   | 0-3 
     13| Version       | Command       | Stream ID                     | 0-3 
    1414+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
    1515| Stream Possition                                              | 4-7 
    1616+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
    17 | Message Data Length             |XXXXXXXXXXXXXXXXXXXXXXXXXXXXX| 8-9 
     17| Message Data Length           |XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX| 8-9 
    1818+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
     19 
     20---- DRAFT ---- 
     21Version 1 Header: Byte Oriented Protocol: 
     22 0                   1                   2                   3 
     23 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1| Byte 
     24+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
     25| Version       | Command       | Flags         | Stream ID     | 0- 
     26+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
     27| Stream ID     | Stream POS    | Stream POS                    | 
     28+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
     29| Stream POS    | Msg Data Len  | Msg Data Len  |XXXXXXXXXXXXXXX| 
     30+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 
     31 
     32Flags: 
     330 Stream ID field exists 
     341 Stream POS field exists 
     352 Message Length field exists 
     363 Stream ID field is one byte long 
     374 Stream POS field is one byte long and 
     38  does not represent abselut but increment values 
     395 Message Data Length field is one byte long 
     406 
     417 
Note: See TracChangeset for help on using the changeset viewer.