Directories ¶
Path | Synopsis |
---|---|
app
|
|
slog
Package log creates a neat short access to logger functions for a simple app-wide namespace (package global, this package need only be imported) for use of slog/simple logger implementation
|
Package log creates a neat short access to logger functions for a simple app-wide namespace (package global, this package need only be imported) for use of slog/simple logger implementation |
slog/Entry
Package Entry is a message type for logi log entries
|
Package Entry is a message type for logi log entries |
slog/Pkg
Package Package is a message type for logi package filtering
|
Package Package is a message type for logi package filtering |
slog/consume
Package consume turns off and on the Serve logging messages and provides a way to receive and process the log messages
|
Package consume turns off and on the Serve logging messages and provides a way to receive and process the log messages |
slog/logi
Package logi is a logger interface designed to allow easy extension with log printer functions and complete reimplementation as required
|
Package logi is a logger interface designed to allow easy extension with log printer functions and complete reimplementation as required |
slog/serve
Package serve receives logi.Entry messages on a channel and sends them when it has been told to Run by Consume, and pauses when it is told Pause
|
Package serve receives logi.Entry messages on a channel and sends them when it has been told to Run by Consume, and pauses when it is told Pause |
slog/simple
Package simple is an implementation of the logi.Logger interface that prints log entries to stdout with level code, compact since startup time.Duration and appends the code location of the call to the logger at the end of the log text.
|
Package simple is an implementation of the logi.Logger interface that prints log entries to stdout with level code, compact since startup time.Duration and appends the code location of the call to the logger at the end of the log text. |
coding
|
|
fec
Package fec implements a forward error correction scheme using Reed Solomon Erasure Coding.
|
Package fec implements a forward error correction scheme using Reed Solomon Erasure Coding. |
fek
Package fek implements Reed Solomon 9/3 forward error correction, intended to be sent as 9 pieces where 3 uncorrupted parts allows assembly of the message
|
Package fek implements Reed Solomon 9/3 forward error correction, intended to be sent as 9 pieces where 3 uncorrupted parts allows assembly of the message |
comm
|
|
transport
Package transport provides a listener and sender channel for unicast and multicast UDP IPv4 short message chat protocol with a pre shared key, forward error correction facilities with a nice friendly declaration syntax
|
Package transport provides a listener and sender channel for unicast and multicast UDP IPv4 short message chat protocol with a pre shared key, forward error correction facilities with a nice friendly declaration syntax |
Click to show internal directories.
Click to hide internal directories.