Advanced Search
Search Results
44 total results found
Marlin Network
Gateway
Gateways enable people to connect their blockchain nodes to the Marlin network to send and receiv...
Manage using marlinctl
This page assumes that marlinctl is installed already. See here if you have not installed it. ...
Overview
The polkadot gateway acts as a bridge between your polkadot node and the Marlin relay network, en...
Part 4: Sending and receiving messages using the Marlin Network
Step 1 - Run two clients Create second key pair. uint8_t static_sk2[crypto_box_SECRETKEYBYT...
Part 3: Connecting to the Marlin Network
Step 1 - Download and run a Goldfish node For the purposes of this tutorial, we will use an exec...
Part 2: Adding the Marlin Multicast SDK to the project
Step 1 - Add CMake module to find the SDK and download if not present Create a folder called cma...
Part 1: Setting up a basic C++ project using CMake and Make for building
Step 1 - Create a working directory Open a terminal, navigate to a suitable directory and run th...
Overview
In this tutorial, you will learn how to use the Marlin Multicast SDK to send and receive informat...
PubSub
PubSub (short for Publish/Subscribe) is an abstraction for a messaging system where senders don't...
Endianness
Endianness refers to the ordering of components in a representation of an entity. For our purpose...
Transport Factories
Transports are created by transport factories in one of two ways: Dialling a destination List...
Transports
The transport abstraction models a communication channel between two entities using which one sid...
Introduction
The Multicast SDK enables applications to connect and interface with the Marlin Network and serve...
Instructions
This page details the procedure to join the Marlin network. For clusters Step 1: Preliminaries ...
Multicast SDK
Relay
The relay node is responsible for message propagation. It mainly comprises of 2 programs: Rela...
Beacon
The beacon node acts as a touchpoint for nodes to discover relay nodes in the cluster. Using mar...
Monitoring
The monitoring architecture collects logs and metrics from other nodes and provides dashboards fo...
Overview
Architecture The current architecture has 4 types of nodes Beacon Monitoring Relay User (P...
Overview
Welcome to the Marlin documentation portal! What? Marlin is an open collection of protocols and...
SDK Tutorial
SDK Concepts
Polygon Gateway
Polkadot Relay
Cosmos Relay
Cosmos Gateway
Polkadot Gateway
Manage manually
Prebuilt binaries Prebuilt binaries for the components are available here: gateway ...