Archive

Posts Tagged ‘reactiongrid’

ReactionGrid announces contest to win a hosted virtual world for a year

April 12th, 2009

One of the fastest growing Opensim grids, ReactionGrid, announced a competition to use a voltage meter reading from the real world in the context of a virtual world. The best visualization or usage earns a free Opensim world for a year.

There are already many examples how the real world sensoring can be connected to the virtual world and vice versa. However, this is the first time the connection is popularized in a contest like this. I believe we are going to see many exciting examples coming as a result from this competition.

Here’s the announcement from ReactionGrid:

Electro-Primchanical 2009

Now that’s a funky name for a contest! So what does it mean? Well to get the full details you must login to ReactionGrid and see Doc Manhattan on the Project Manhattan simulator. In a nutshell we have connected ReactionGrid, a “Virtual World” to the “Physical World” at ReactionLab in our Ft. Pierce Florida USA offices.

electro09sflbashx

We have done this with a power supply that has a variable DC voltage connected to a device called a DATAQ DI-194RS that monitors that voltage and relays it via a serial port cable to a PC.

On that PC a small Visual Basic application has been created and it polls the serial port and posts the latest readings to our datacenter server that also powers ReactionGrid and stores it in a SQL Server 2008 database.

An ASP.NET webpage coded to query that SQL Server 2008 database makes the data available for a LSL script inworld to then query for the latest reading.

That LSL script then prints out the latest voltage, timestamp and device name to chat channel 42. The script you are asked to modify is the one that listens for this voltage and does something interesting with the outpout like drives a virtual DC power meter, or cause doors to open, an elevator to move,etc.

Any expression of how to display a “safe” voltage we deem as under +7 volts and “overvoltage” over +7 volts within a 0-10 volts DC range. These are arbitrary values just to give the contest some direction.

Here is a basic example of the listener script:

integer listenChannel = 42;
float msg = 0;
integer alert = 7;

default

{
state_entry()
{
llListen(listenChannel, “”, NULL_KEY, “”);
}

listen(integer channel, string name, key id, string msg)

{
integer volt =(integer)msg;

if (volt > alert )
{
llSetColor(<1.0, 0.0, 0.0>, ALL_SIDES );
llSay(0,”Alert-Overload Detected- +” + msg + ” Volts”);
//llPlaySound(“electric44″, 5);
}

if (volt < alert )
{
llSay(0,”Safe- +” + msg + ” Volts”);
llSetColor(<0.0, 1.0, 0.0>, ALL_SIDES );
}
}

}

When you see Doc inworld you can also get the sound file to enable it in the script if added to the Content tab of the prim you are adding this script to.

You can modify that script above or create your own. ReactionGrid provides a DC voltage simulator that creates random 1-10 Volt simulated messages to channel 42 so you can test your concept.

The contest will run for 1 week and be judged next Saturday at 12PM SLT – 3PM EDT – 7PM UTC by the ReactionGrid team. Contact us for details. Winner receives 1 $25 monthly full simulator for one year until the next contest in 2010.

You must be willing to “open source” the script to all OpenSim users but we will keep your credits intact as a requirement for use.

Thanks Gridizens see you on Project Manhattan Simulator for details and inworld help.

OpenSim , , , ,

E-Learning platform Moodle integrated to Opensim

April 3rd, 2009

The SLOODLE open source project brings the e-learning platform Moodle to the virtual world server Opensim. The first prototype of Moodle in Opensim is at Reactiongrid.

Moodle is a free and open source e-learning software platform. It has over 30M users worldwide, ranging from local middle schools up to some of the top 100 international universities. Moodle is a web based platform where users can take on roles of admins, course creators, tutors, and students. The Moodle platform includes a lot of features to support collaborative learning and a range of learning technologies.

 

SLOODLE (Simulation Linked Object Oriented Dynamic Learning Environment) is a free plug-in, which integrates Moodle and Second Life, and now also Moodle and Opensim.

Here is a summary of what the Moodle integration means in practice: 

  • Web-intercom. A chat-room that brings Moodle chatroom and Second Life chats together. Students can participate in chats in Second Life using the accessible Moodle chatroom. Discussions can be archived securely in a Moodle database.

  • Registration booth. Identity management for Second Life and Moodle. Link students’ avatars to their Moodle user accounts.

  • Quiz tool and 3D Drop Box. Assess in Second Life – grade in Moodle. Set quizzes or 3D modelling tasks in an engaging 3D environment. Review grades quickly and easily in the standard Moodle gradebook.

  • Choice tool. Allow students to vote (and see results) in Second Life as well as in Moodle.

  • Multi-function SLOODLE Toolbar. Enhances the Second Life user interface. Use a range of classroom gestures, quickly get a list of the Moodle user names of the avatars around or write notes directly into to your Moodle blog from Second Life.

  • Presenter. Quickly author Second Life presentations of slides and/or web-pages on Moodle. Present in Second Life without having go through lengthy processes to convert or upload images.

The successful integration was possible because Opensim supports already most of LSL scripting language. This most probably means that Moodle works with realXtend too, but that is still untested.

OSGrid, OpenSim , , ,

How ReactionGrid will Expand it’s HyperGalaxy

March 6th, 2009

(via ReactionGrid)

A question I full well knew was coming recently cropped up. ReactionGrid has promised a closer touch with it’s Gridizens, or virtual world inhabitants. How will ReactionGrid both technically handle the load of more Gridizens using the grid and how will you keep that personal touch as you expand in size?

The answer is HyperGrid technology recently introduced to OpenSim, the platform ReactionGrid is based on. HyperGrid is the start of what can be reduced to as being HyperLinks for 3D Virtual Worlds. This means we can keep ReactionGrid as a portal grid, like MSN, Yahoo etc. We can then branch off smaller grids connected to us via HyperGrid portals.

For example we recently had a growth spurt in K-12 educational simulators. As these expand on ReactionGrid we will form a partnership with one or more of the educators who will help us manage the new, completely isolated, spinoff grid focused on K-12 that can allow traffic to and from ReactionGrid via HyperGrid. This allows the grid to maintain its own local OpenSim database of users, scripts, prims, everything.

When this specialized grid wants to connect to ReactionGrid this is available to them at anytime. After the visit they can the de-establish the HyperGrid portal and know they are secure from any traffic other than their local users in their local database. All of this travelling carries clothes, hair, all inventory and requires no login from ReactionGrid at all.

I will be hosting an event soon to explain this technology and it can be experienced on our grid right now by going to the HyperGrid Core sim using our inworld map.

Below is a very early, still formative plan on how ReactionGrid will partner with specialists in each category of sims to expand and in fact bring a smarter personal touch over time as the managers we partner with will know much more than we about their profession/industry. I will translate the image below into a 3D model next that with some new HyperGrid tricks just coming out will make it a clickable model for traversing the Metaverse.

 

hg1sflbashx

Watch soon for an event to show HyperGrid to you personally when the 3D portal translation of the image above is complete.
Kyle “G” aka Dr_Manhattan

OSGrid, OpenSim , , , , ,

ReactionGrid starts realXtend trials in February

February 3rd, 2009
Comments Off

manhattan183sflbashx

realXtend new features are making their way to users. ReactionGrid is going to start extensive trials on how the new technology could be taken into use. The main difference to the SL Viewer - Opensim combo is that in realXtend the rendering is done with OGRE3D and it is possible to use standard 3D mesh objects. There are also other benefits worth mentioning, like spatial voice and next generation free form avatars. 

ReactionGrid offers Opensim region hosting with as low as $25 per month and a whole server with four regions $75 per month with more powerful plans available.

Intro to ReactionGrid

ReactionGrid is a PG Rated grid that caters to Business, Education, Collaboration, Art & Entertainment. The founders of the grid, Kyle & Robin G & Chris Hart believe in a hands on approach to help get your 3D project off the ground: “We invite you to stop by our grid by registering here http://reactiongrid.com/register.aspx“.

ReactionGrid is based exclusively on Microsoft technology, such as Microsoft Windows Server 2008 & SQL Server 2008. ReactionGrid is a fulltime 3D world whose owners can be contacted by IM, Phone, Email or InWorld.

OpenSim, realXtend , , , ,