Release Announcement

Today we are pleased to announce a patch release of dof-inet-posix 2.0.1.

  • The POSIX Internet Transport is a C-language implementation of a POSIX, Berkeley socket-based transport for use with the C OAL.

Build Instructions

To use CMake to build the project, create a directory where the component will be built, and from that directory run the following commands. (Each component will need a different directory)

cmake <path to component>
cmake --build . --target install

[The period is required, –target install specifies that it will build and install to the default location.]

The source files are available here:

https://source.opendof.org/projects/CORE/repos/core-c/browse/dof-transport/dof-inet-posix