View Source TpLink.Local.DiscoveryServer (tp_link v0.3.0)
A GenServer
that discovers TP-Link devices on the local network. It works by periodically
sending multicast UDP packets to all devices on the network and listening for responses.
Once discovered, a device will remain in the list indefinitely even if it goes offline. This may change in a future release of this library.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Returns a list of devices that have been discovered by the server.
Starts the server. See GenServer.start_link/3
.
Stops the server. See GenServer.stop/1
.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Returns a list of devices that have been discovered by the server.
Starts the server. See GenServer.start_link/3
.
Stops the server. See GenServer.stop/1
.