Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 467 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 467 Bytes

Go-FastRTPS

Golang bindings for eProsima FastRTPS. Will generate golang bindings for publishers and subscribers out of *.idl files.

Usage:

Will generate a debian package that can be installed containing header files and a dynamic library to link your Go application against.

$ git clone https://github.com/tedostrem/go-fastrtps.git
$ cd go-fastrtps/fastrtps
$ cp <your .idl files> .
$ make

See example folder how to integrate with a Go application.