Error: Macro TracNav(MainNav) failed
not all arguments converted during string formatting

HydraEngine Overview

HydraEngine is the main component of Hydranode. It's essentially a modular, plugin-driven command-line application which handles the actual data transfering, network communication and files management.

The term HydraEngine generally refers to it's two major parts - it's core and any number of modules.

The HydraEngine Core provides a generic API with features ranging from basic networking and events to higher-level features such as Range Management, SharedFile / PartData, MetaDb and many more. Refer to the Engine Framework Overview for a full list.

Modules use the API to add new features, such as support for new P2P networks, interfaces (such as the Hydranode Shell or Core/GUI Communication), and more.