1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/comms/iceoryx/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

10 lines
632 B
Plaintext

Iceoryx is an inter-process-communication (IPC) middleware. It has its origins
in the automotive industry, where large amounts of data have to be transferred
between different processes when it comes to driver assistance or automated
driving systems. However, the efficient communication mechanisms can also be
applied to a wider range of use cases, e.g. in the field of robotics or game
development. Iceoryx uses a true zero-copy, shared memory approach that allows
to transfer data from publishers to subscribers without a single copy. This
ensures data transmissions with constant latency, regardless of the size of the
payload.