Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 674 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 674 Bytes

Fork of eProsima FastCDR that can cross-compile to ARM.

$ git clone git@github.com:tedostrem/Fast-CDR.git 
$ cd Fast-CDR
$ make arm # Spits out a debian package for ARM architecture 

Introduction

eProsima FastCDR is a C++ library that provides two serialization mechanisms. One is the standard CDR serialization mechanism, while the other is a faster implementation that modifies the standard.

Build

eProsima FastCDR provides CMake scripts to build and install it. Also in eProsima you can find packages for Linux using autotools and binaries for Windows.