nxdrvlinux/examples
2024-03-19 14:27:22 +01:00
..
api Add initial driver source based on svn versions: 2024-02-05 09:23:09 +01:00
tcpserver [NXDRVLINUX-149] - Fix server/client connection establishment failure due to a time consuming (>timeout on client side) call of getnameinfo(). 2024-03-19 14:27:22 +01:00
CMakeLists.txt 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

cifX Linux example applications

Overview

demo application description
api The demo shows the basic functions of the cifX API and how to use it.
tcpserver 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 examples and run a 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_api