NagyZoltanPeter 6bd8873094
Wire KernelInterface onto Waku; non-API broker conversion
Squash of the kernel-wiring work (d86f0651..535fe2c9):
- Don't exercise FFI of Brokers
- Fix tests and examples to compile; verify product unchanged
- bump nim-brokers to v3.1.3
- Events dropListeners changed to async
- WIP + finalize KernelInterface <-> Waku wiring
2026-06-19 08:50:18 +02:00
..

App description

This is a very simple example that shows how to invoke libwaku functions from a C++ program.

Build

  1. Open terminal
  2. cd to nwaku root folder
  3. make cppwaku_example -j8

This will create liblogosdelivery.so and cppwaku_example binary within the build folder.

Run

  1. Open terminal
  2. cd to nwaku root folder
  3. export LD_LIBRARY_PATH=build
  4. ./build/cppwaku_example --host=0.0.0.0 --port=60001

Use ./build/cppwaku_example --help to see some other options.