Documentation
¶
Overview ¶
package rfdata provides both replacement (enhancements) to the core housemon rfdata package and new functionality not found in the existing core package
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeMap ¶
type NodeMap struct { flow.Gadget Info flow.Input In flow.Input Out flow.Output Missing flow.Output //provides ability to capture data we have not got a nodeMap entry for }
Lookup the group/node information to determine what decoder to use. Registers as "NodeMap".
type NodeMapKey ¶
type NodeMapKey struct {
// contains filtered or unexported fields
}
Composite key of 3 ints, provides additional <band> support allowing the input nodeMap to contain frequency/band which in turn allows us to support inbound packets from different networks such as 433Mhz and 868Mhz.
func (*NodeMapKey) String ¶
func (k *NodeMapKey) String() string
Click to show internal directories.
Click to hide internal directories.