EPS Conduits  v0.0.2-2413
networking over networking
EPS::CommList2Data Struct Referencefinal

Represents a single EPS client. More...

#include "comm.hpp"

Public Attributes

UUID16 uuid
 uuid for the client More...
 
uint32_t address_eps
 eps0 address (network order) More...
 
uint32_t other_addresses [MAX_NUMBER_OF_OTHER_ADDRESSES]
 other addresses this host can use (LAN, WAN, ...) in network byte order More...
 
char hostname_str [EPS_HOSTNAME_LENGTH]
 first few characters of the hostname (should be long enough to cover most cases) More...
 

Detailed Description

Represents a single EPS client.

An array of CommList1Data is sent to each peer by the EPS server as part of CommList1 whenever a new device joins the EPS network.

Member Data Documentation

◆ address_eps

uint32_t EPS::CommList2Data::address_eps

eps0 address (network order)

◆ hostname_str

char EPS::CommList2Data::hostname_str[EPS_HOSTNAME_LENGTH]

first few characters of the hostname (should be long enough to cover most cases)

◆ other_addresses

uint32_t EPS::CommList2Data::other_addresses[MAX_NUMBER_OF_OTHER_ADDRESSES]

other addresses this host can use (LAN, WAN, ...) in network byte order

◆ uuid

UUID16 EPS::CommList2Data::uuid

uuid for the client


The documentation for this struct was generated from the following file: