office-gobmx/binaryurp
2013-04-30 13:34:06 +01:00
..
qa c++ API: use css alias in generated headers, adds global css decl 2012-11-30 14:36:36 +01:00
source remove needless forward rtl::OUString declarations 2013-04-07 14:23:12 +02:00
CppunitTest_binaryurp_test-cache.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
CppunitTest_binaryurp_test-unmarshal.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
Library_binaryurp.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
Makefile switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Module_binaryurp.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
README cleanup README files. 2012-11-05 12:30:34 +00:00

UNO Remote Protocol (URP). A binary protocol. 

UNO provides a 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.