Skip to content
Semyon Gritsenko edited this page Sep 15, 2025 · 9 revisions

How to use

  1. Create shared C++ library with executors
  2. Setup your settings file(add executor name, route, load type)
  3. Add to your config.json to settingsPaths your settings file
  4. Launch application in your favorite language

Linux

For using current executable as loadSource you need to add -rdynamic compiler option

Clone this wiki locally