- toolkit V2.8.0.1@14806 - BSL V1.8.0.0@14590 - tcpserver: V1.4.3.0@14676 (marshaller V2.4.0.1@14551) |
||
|---|---|---|
| .. | ||
| Marshaller | ||
| cifx_download_hook.c | ||
| cifx_download_hook.h | ||
| CMakeLists.txt | ||
| HilFileHeaderV3.h | ||
| OS_Includes.h | ||
| os_specific.c | ||
| readme.md | ||
| tcp_connector.c | ||
| tcp_connector.h | ||
| tcp_server.c | ||
| tcp_server.h | ||
cifX tcp-server
A demo server application which allows remote access (e.g. with Communication Studio).
- create a build folder and enter it
mkdir demo_build; cd demo_build
- Prepare the build environment via cmake call and pass the path to the examples lists (CMakelists.txt within examples folder) file. Run the preparation with your required options e.g.:
cmake ../ -DDEBUG=ON
- Build the example and run the demo application. Note that you may need root rights. This depends on your system setup. For more information see System and hardware setup
make
./cifx_tcpserver
To list all available options run:
./cifx_tcpserver -h