19
Visual Studio (Community) is required to compile the examples for Windows.
Only the example minimal is available for building on Linux.
Assembling examples
Build a
minimal
example under Linux (cygwin):
cd demos/cprr
make
Build an example Uminimal for Windows:
1. Start Visual Studio;
2. Open the solution file
.\demos\gui.minimal\cprr\build\uminimal.sln
;
3. Choose menu: build
→
rebuild solution.
the directory
.\demos\gui.minimal\cprr\bin
should contain the following files:
sciter.dll
- DLL Sciter Engine
uminimal.cfg
- Radar IP and port configuration
uminimal.exe
- compiled file
The configuration file uminimal.cfg / minimal.cfg contains fields:
IP, PORT, PORT_LOCAL and DEMO
.
●
IP
- radar
IP
address
●
PORT - UDP
port of the radar to which requests are sent
●
PORT_LOCAL
is the program's own
UDP
port from which requests come and where the radar data
comes from;
●
DEMO
-
DEMO
mode (non-radar operation). "
ON
" - activates demo mode, "
OFF
" - radar operation.
Example of a Uminimal
.cfg / minimal.cfg
file:
IP=192.168.1.4
PORT=7000
PORT_LOCAL=7001
DEMO=OFF
I
I
User Manual Radar CPRR
05.2021