ajaxlife - secondlife via the web
Posted: Sat Jul 28, 2007 3:21 pm
for those unaware, ajaxlife has been developed as a gateway to allow people to access secondlife servers from the web. written by a 15 year old in the UK, its intent is to allow people to login, talk with friends, and interact with the server without running a resource hogging client.
as of a few weeks ago, it has been open sourced, the code being hosted on google, here.
it uses the (also open source) libsecondlife library to handle the connection to linden's servers. while still in its infancy, libsl has proven very capable of abstracting the protocol enough to make writing secondlife bots a breeze - at least, that's how i felt about it, after writing a few in ironpython using the CLR.
as of a few weeks ago, it has been open sourced, the code being hosted on google, here.
it uses the (also open source) libsecondlife library to handle the connection to linden's servers. while still in its infancy, libsl has proven very capable of abstracting the protocol enough to make writing secondlife bots a breeze - at least, that's how i felt about it, after writing a few in ironpython using the CLR.