Documentation
¶
Overview ¶
Package network provides utilities for network interface enumeration
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetInterfaceType ¶
GetInterfaceType determines the type of network interface
Types ¶
type InterfaceOption ¶
type InterfaceOption struct {
Name string
Address string
Broadcast string
Description string
InterfaceType string // "ethernet", "wifi", "other", "localhost", "global"
}
InterfaceOption represents a network interface option for Art-Net broadcast
func GetNetworkInterfaces ¶
func GetNetworkInterfaces() ([]InterfaceOption, error)
GetNetworkInterfaces returns all available network interfaces for Art-Net broadcast
Click to show internal directories.
Click to hide internal directories.