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.

Link to this function

home_id(name \\ __MODULE__)

View Source
@spec home_id(GenServer.name()) :: binary() | nil

Returns the network home id as extracted from the Z/IP Gateway logs.

Link to this function

network_keys(name \\ __MODULE__)

View Source
@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()
Link to this function

zniffer_network_keys(name \\ __MODULE__)

View Source
@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).