|
@@ -1,3 +1,13 @@
|
|
|
|
+Standalone libraries:
|
|
|
|
+---------------------
|
|
|
|
+
|
|
|
|
+binrpc - A library that provides common interface for different communication
|
|
|
|
+ methods (UNIX sockets, TCP, UDP) using binary RPC as a transport form
|
|
|
|
+ of data. The interface is documented directly in binrpc_api.h file and
|
|
|
|
+ can by generated into HTML form by using Doxygen. There is no
|
|
|
|
+ difference between compilation "with" or "without" SER (see compilation
|
|
|
|
+ section below).
|
|
|
|
+
|
|
Libraries common to modules:
|
|
Libraries common to modules:
|
|
---------------------------
|
|
---------------------------
|
|
|
|
|