Adobe AIR 2 example: UDP sockets with PyAMF and Twisted
Posted by Thijs Triemstra | Filed under udp, air, example, twisted
The upcoming release of Adobe AIR will provide support for UDP sockets, allowing you to send and receive messages using the Universal Datagram Protocol (UDP).
We created an example, using Adobe AIR 2.0 and the PyAMF and Twisted libraries for Python, that echoes ByteArray messages every x seconds to a Twisted UDP server. The example application also enumerates available hardware and software network interfaces on the client computer using the new NetworkInfo API.
Read more in the tutorial.

Twisted Guestbook Example
Posted by Thijs Triemstra | Filed under asynch, twisted, tutorial
We created a Guestbook Example to demonstrate a full featured application using Flex, Twisted, and PyAMF of course.
Socket Example
Posted by Thijs Triemstra | Filed under flex, amf3, socket, tutorial, twisted
The Socket class enables Actionscript to make socket connections and to read and write raw binary data. This example shows how to: