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... | |
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.
uint32_t EPS::CommList2Data::address_eps |
eps0 address (network order)
char EPS::CommList2Data::hostname_str[EPS_HOSTNAME_LENGTH] |
first few characters of the hostname (should be long enough to cover most cases)
uint32_t EPS::CommList2Data::other_addresses[MAX_NUMBER_OF_OTHER_ADDRESSES] |
other addresses this host can use (LAN, WAN, ...) in network byte order
UUID16 EPS::CommList2Data::uuid |
uuid for the client