File CBorStream.h

Parent directory (src/desert_classes)

Classes used to convert data types into a CBOR encoded stream.

Definition (src/desert_classes/CBorStream.h)

Detailed Description

In order to perform a socket communication different data types needs to be encoded into binary representations so they can be sent through the same channel. CBOR fits perfectly with the DESERT requirements because only a minimal overhead is introduced in the stream and all the data types are sent using only the minimal quantity of bytes possible.

Prof. Davide Costa

Includes

Included By

Namespaces

Classes

Defines

Unions