nxdrvlinux/examples/tcpserver
Sebastian Doell ac2f4d1789 Add initial driver source based on svn versions:
- toolkit V2.8.0.1@14806
 - BSL V1.8.0.0@14590
 - tcpserver: V1.4.3.0@14676 (marshaller V2.4.0.1@14551)
2024-02-05 09:23:09 +01:00
..
Marshaller Add initial driver source based on svn versions: 2024-02-05 09:23:09 +01:00
cifx_download_hook.c Add initial driver source based on svn versions: 2024-02-05 09:23:09 +01:00
cifx_download_hook.h Add initial driver source based on svn versions: 2024-02-05 09:23:09 +01:00
CMakeLists.txt Add initial driver source based on svn versions: 2024-02-05 09:23:09 +01:00
HilFileHeaderV3.h Add initial driver source based on svn versions: 2024-02-05 09:23:09 +01:00
OS_Includes.h Add initial driver source based on svn versions: 2024-02-05 09:23:09 +01:00
os_specific.c Add initial driver source based on svn versions: 2024-02-05 09:23:09 +01:00
readme.md Add initial driver source based on svn versions: 2024-02-05 09:23:09 +01:00
tcp_connector.c Add initial driver source based on svn versions: 2024-02-05 09:23:09 +01:00
tcp_connector.h Add initial driver source based on svn versions: 2024-02-05 09:23:09 +01:00
tcp_server.c Add initial driver source based on svn versions: 2024-02-05 09:23:09 +01:00
tcp_server.h Add initial driver source based on svn versions: 2024-02-05 09:23:09 +01:00

cifX tcp-server

A demo server application which allows remote access (e.g. with Communication Studio).

  1. create a build folder and enter it
mkdir demo_build; cd demo_build
  1. 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
  1. 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