View Source Grizzly.ZIPGateway.LogMonitor (grizzly v6.5.0)
Monitors the Z/IP Gateway logs to extract and process certain data.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Returns the network home id as extracted from the Z/IP Gateway logs.
Returns a keyword list of the network keys extracted from the Z/IP Gateway logs.
Returns a string containing a filename and network keys formatted for use with the Zniffer application (available through Simplicity Studio on Windows).
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
@spec home_id(GenServer.name()) :: binary() | nil
Returns the network home id as extracted from the Z/IP Gateway logs.
@spec network_keys(GenServer.name()) :: [ {Grizzly.ZIPGateway.network_key_type(), binary()} ]
Returns a keyword list of the network keys extracted from the Z/IP Gateway logs.
@spec start_link(keyword()) :: GenServer.on_start()
@spec zniffer_network_keys(GenServer.name()) :: binary() | nil
Returns a string containing a filename and network keys formatted for use with the Zniffer application (available through Simplicity Studio on Windows).