UDP Client Ex v0.1.4 Datagram View Source

Handles preparing a message for transmission

Link to this section Summary

Functions

Given a message to send handles preparing the message to be sent via UDP. This may involve breaking the message into smaller pieces that can be handled by UDP

Link to this section Functions

Link to this function prepare_message(message) View Source

Given a message to send handles preparing the message to be sent via UDP. This may involve breaking the message into smaller pieces that can be handled by UDP.

Presently the message is expected to be binary (String.t()).

The result is an array of binary (Strings) entries that can be sent via UDP.