RoomWare AS3 lib

21 views
Skip to first unread message

Owen van Dijk

unread,
Feb 2, 2008, 11:00:27 AM2/2/08
to RoomWare Project
Live form the hackathon...checkout SVN at http://code.google.com/p/as3roomwareprojectlib/

------------------------
import nl.socialmonkey.api.roomwareproject.*;
import nl.socialmonkey.api.roomwareproject.events.*;

function onGetDevices( e:RoomWareResultEvent ) : void
{
var devices:Array = e.data.devices as Array;
for ( var i:int = 0; i < devices.length; i++ )
{
var d:Device = devices[i] as Device;
trace( d.name );
}
}

var roomWareService:RoomWareService = new RoomWareService("http://
localhost:4040/");
roomWareService.addEventListener( RoomWareResultEvent.ON_DEVICES_GET_DEVICES,
onGetDevices );
roomWareService.devices.getDevices();
------------------------

is using the latest build of the RoomWare server on the trunk :)

Jeroen Elfferich

unread,
Feb 2, 2008, 11:43:53 AM2/2/08
to room...@googlegroups.com, travi...@gmail.com, matt...@exmachina.nl
Hi,

Not to be outdone by the upstairs team, here's a link you can enter in your mobile phone browser to download the first RoomWare mobile Java app (works on most recent Nokia, Sony Ericsson, Samsung etc phones):

http://www.travischoma.com/rw/

Right now, only the workshop location has a RoomWare server running the server side, and you need to enable Bluetooth on your phone in order to participate in the chat. If you get any issues or exceptions, let Travis know, travi...@gmail.com.

The idea is that this way, you can chat with people that are present on the same RW server as you are, which can function as the foundation of many other cool 2-way communication apps.

The code will be in SVN soon.

--Jeroen

RoelandP

unread,
Mar 2, 2008, 5:16:17 PM3/2/08
to The Roomware Project
@Jeroen,

very nice implementation, looking forward on the server side part of
it!

all best, Roeland
Reply all
Reply to author
Forward
0 new messages