gatenet.hotspot.backends package

Submodules

gatenet.hotspot.backends.linux module

class gatenet.hotspot.backends.linux.LinuxBackend(interface, gateway, ip_cidr, hostapd_conf)[source]

Bases: HotspotBackend

devices()[source]
Return type:

List[Dict[str, str]]

start()[source]
Return type:

BackendResult

stop()[source]
Return type:

BackendResult

gatenet.hotspot.backends.macos module

class gatenet.hotspot.backends.macos.MacOSBackend[source]

Bases: HotspotBackend

devices()[source]
Return type:

List[Dict[str, str]]

start()[source]
Return type:

BackendResult

stop()[source]
Return type:

BackendResult

Module contents