This document discusses radio communication on wireless sensor motes using TinyOS. It describes the message buffer abstraction called message_t that replaces TOS_Msg. It outlines interfaces for basic communication like Packet, Send, and Receiver. It also covers Active Message interfaces like AMPacket and AMSend. Finally, it mentions a demo application called BlinkToRadio that increments a counter, displays its bits on LEDs, and transmits the node ID and value over radio.