configure cell - project-nano/releases GitHub Wiki

Cell Installation and Configuration

Installation Path

the default installation path for the Cell module is /opt/nano/cell

Automatic Configuration

When the module starts, it checks whether the configuration file exists. If omitted, it will automatically prompt the user to confirm the configuration and create it.

Domain Configuration

parameters need to configure:

  • Communicate Domain Definition. Includes domain name, multicast address, port. Check definitions at communicate

Configure Files

The configuration files are saved in the config path of the module and saved in JSON format.

Domain Configuration

File name:domain.cfg

Parameters:

  • "domain": communicate domain name, string, spaces and special characters are not allowed

  • "group_address":multicast address, string in the IPv4 format

  • "group_port": multicast port, integer

See communicate for more details