Skip to content
Snippets Groups Projects
Commit 8c433de9 authored by Sven Robertz's avatar Sven Robertz
Browse files

added LD_LIBRAY_PATH to simple example run.sh

parent d5d9ee8c
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,9 @@ channel is fully configured, meaning that both ends agree on what messages that
may be passed over that channel. If an unregistered sample type is sent or
received, the LabComm encoder or decoder will detect it and take action.
In more dynamic applications, it is possible to reconfigure a channel in order to add,
remove, or change the set of registerd sample types.
The roles in setting up, and maintaining, the configuration of a channel are as follows:
\paragraph{The application software} (or higher-level protocol) is required to
......
export LD_LIBRARY_PATH=../../lib/c/
java -cp .:../../lib/java:gen Encoder encoded_data
./example_decoder encoded_data
./example_encoder encoded_data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment