Changes between Version 10 and Version 11 of ariba_0_9


Ignore:
Timestamp:
Jun 21, 2013, 11:57:36 AM (11 years ago)
Author:
hock@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ariba_0_9

    v10 v11  
    138138
    139139=== Message formats ===
     140
     141The ping pong example still uses the old deprecated ariba::message messages with the ariba built-in serialization. For future applications please use the new reboost::message_t messages. Data is stored in high efficient zero-copy buffers of type reboost::shared_buffer_t. These buffers hold plain data, so you have to serialize the data "on your own".
     142
     143We recommend third-party serialization libraries like:
     144  - Protocol Buffers (http://en.wikipedia.org/wiki/Protocol_Buffers)
     145  - Message Pack      (http://en.wikipedia.org/wiki/MessagePack)
     146
     147''' reboost::message_t '''
     148