Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { sync.Mutex Name string Password string MAC data.MACAddr IP data.IPAddr Gateway data.IPAddr Network data.IPAddr SubnetMask data.IPAddr OtherClients map[string]*ClientInfo // contains filtered or unexported fields }
func (*Client) CreateGroup ¶
func (*Client) DoHandshake ¶
func (*Client) LeaveGroup ¶
func (*Client) ListGroups ¶
type ClientInfo ¶
Click to show internal directories.
Click to hide internal directories.