Back to Wazuh

Router

src/shared_modules/router/readme.md

4.14.4467 B
Original Source

Router

Overview

Router is a lightweight C++ project designed to receive and route messages from the "remoted" daemon. It handles packet distribution to both local and registered remote modules using an IPC mechanism.

Features

  • Receive messages from the "remoted" daemon.
  • Route packets to local modules.
  • Route packets to registered remote modules using IPC.
  • Flexible registration mechanism for remote modules.
  • Easy integration with existing systems.