26 lines
1.0 KiB
Plaintext
Executable File
26 lines
1.0 KiB
Plaintext
Executable File
===============================================================================
|
|
BrainStem2-Server-Cpp-Example
|
|
===============================================================================
|
|
|
|
This example is intended to highlight the multi-process and
|
|
network capabilities of BrainStem modules. This application
|
|
is intended to be used in conjunction with BrainStem2-Client-Cpp-Example
|
|
however, it will work with any application or even HubTool
|
|
if configured properly.
|
|
|
|
Notes:
|
|
===============================================================================
|
|
|
|
# To build, copy the lib directory into this directory. The lib directory contains
|
|
the required header files, and the Brainstem2 shared object file.
|
|
|
|
# The output directory is linux_BrainStem2Example/Debug.
|
|
|
|
# A build step has been added to the project that copies the shared object into
|
|
the build output directory. In addition the runpath is updated to search in
|
|
the same directory as the executable.
|
|
|
|
If you have questions, please see the reference, or check out our guides
|
|
at www.acroname.com.
|
|
|