gateway_msgs/GatewayInfo Message

File: gateway_msgs/GatewayInfo.msg

Raw Message Definition

###### Gateway information ######

# Gateway parameters
string name
bool connected
string ip

# Hub parameters
string[] hub_names
string[] hub_uris

bool firewall

###### Public Interface ######

Rule[] public_watchlist
Rule[] public_interface

###### Flipped Interface ######

RemoteRuleWithStatus[] flipped_connections
RemoteRule[] flip_watchlist
RemoteRule[] flipped_in_connections

###### Pulled Interface ######

RemoteRule[] pull_watchlist
RemoteRule[] pulled_connections


Compact Message Definition

string name
bool connected
string ip
string[] hub_names
string[] hub_uris
bool firewall
gateway_msgs/Rule[] public_watchlist
gateway_msgs/Rule[] public_interface
gateway_msgs/RemoteRuleWithStatus[] flipped_connections
gateway_msgs/RemoteRule[] flip_watchlist
gateway_msgs/RemoteRule[] flipped_in_connections
gateway_msgs/RemoteRule[] pull_watchlist
gateway_msgs/RemoteRule[] pulled_connections