EPS Conduits  v0.0.2-1816
networking over networking
EPS::CommList1Data Struct Referencefinal

Represents a single EPS client. More...

#include "comm.hpp"

Public Attributes

UUID16 uuid
 uuid for the client More...
 
uint32_t address_eth
 eth0 or other similar non-eps address (network order) More...
 
uint32_t address_eps
 eps0 address (network 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

uint32_t EPS::CommList1Data::address_eps

eps0 address (network order)

uint32_t EPS::CommList1Data::address_eth

eth0 or other similar non-eps address (network order)

char EPS::CommList1Data::hostname_str[EPS_HOSTNAME_LENGTH]

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

UUID16 EPS::CommList1Data::uuid

uuid for the client


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