Home  Contents

Introduction

Mtd16io Core4 Lua Event System

DESCRIPTION

This module supports transmission or reception of raw MTD16 encoded messages. It does not do any error detection or recovery. Therefore it should be used only with reliable transport protocols like TCP.

Attach to an open file descriptor using mtd16.attach(). Send messages with mtd16io:send(). Received messages are reported using the callback mtd16io.event().