office-gobmx/binaryurp
Noel Grandin aa48441b0b clang-tidy: performance-unnecessary-copy-initialization in binaryurp
Change-Id: I8af73afaf063294786890a71abe97add283289a5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176390
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
2024-11-11 15:47:00 +01:00
..
qa Pick better variable types 2022-04-14 09:58:00 +02:00
source clang-tidy: performance-unnecessary-copy-initialization in binaryurp 2024-11-11 15:47:00 +01:00
CppunitTest_binaryurp_test-cache.mk Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
CppunitTest_binaryurp_test-unmarshal.mk Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
IwyuFilter_binaryurp.yaml
Library_binaryurp.mk Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
Makefile
Module_binaryurp.mk
README.md

UNO Remote Protocol (URP)

UNO provides a binary protocol called the UNO Remote Protocol (URP) that provides a bridge between UNO environments. This bridge allows processes and objects to send method calls and to receive return values. UNO objects in different environments are connected by way of this interprocess bridge. The underlying connection is made through a socket or pipe. Remote UNO objects are connected by means of TCP/IP using the high-level protocol of the URP.