Crate wcomm

Source

Modules§

utils
Different utilities for the creation and manipulation of messages.

Structs§

HuffmanCoding
Huffman codes to compress a message.
MFSK
M-ary Frequency Shift Keying modulation.
MQAM
M-ary Quadrature Amplitude Modulation.
Message
Container of binary data, which also includes a header. This header is a special collection of data which isn’t used in things like encoding, as it is meant to be a lightweight message with information about the contained data.
Sound
Channel to play messages through sound.

Traits§

Channel
Channel caracterizing a given medium through which signals spread.
DigitalModulator
Any type of digital modulator.
SourceCoding
Type of source coding.

Functions§

string_to_binary
Transform a string into a binary string.