Feature Requirements


ColumnTypeMeaning
idinteger (PK)Row ID
discoverer_macstring / mac_address_tThe AP that discovered the neighbor
discoveree_macstring / mac_address_tThe AP that was discovered
neighbor_typeinteger (bitmap)LAN/WiFi
pos_xfloatFrom EasyMesh
pos_yfloatFrom EasyMesh
pos_zfloatFrom EasyMesh
next_hopmac_address_tFrom EasyMesh
num_hopsintFrom EasyMesh
path_lossintFrom EasyMesh
timestampuint64Time when entry was last updated

em_base.h: 

typedef struct {
mac_address_t nbr;
float pos_x;
float pos_y;
float pos_z;
mac_address_t next_hop;
unsigned int num_hops;
int path_loss;
} em_neighbor_info_t;