Build
------------
./autogen.sh
./configure --prefix=/usr
make

Launch
------------
src/mas -c <port>

Test
------------
 - Open src/socket_tester.swf in the web browser
 - In order to allow flash to create a socket
you need a security file.  Copy mid-home-flash-security.cfg
to /etc/adobe/FlashPlayerTrust/
 - Connect (use the same port used in "Launch" section above)
 - Send xml-formated commands from socket_tester. Examples:
    Say hello: <hello />
    Start app: <applaunch id="5" path="/usr/bin/gcalctool" />
      (see calculator started)

Install
--------------
make install


