[Opensim-dev] Serverless grids

2009-10-07 Thread diva
FYI, this is one of the things you can now do with OpenSim: stitch standalones together (adjacent or not) to form a larger grid. How-to for the diva distro: http://www.metaverseink.com/blog/?p=22 How-to for stock OpenSim: http://opensimulator.org/wiki/Serverless_Grids

[Opensim-dev] Protocol Gateways

2009-10-07 Thread Don McGregor
I'm kicking around the idea of gatewaying into OpenSimulator an existing DoD Modeling and Simulation protocol, Distributed Interactive Simulation (DIS). DIS is used for virtual worlds in military simulations. Primarily it describes the position, orientation, velocity, etc, of entities in a

Re: [Opensim-dev] Protocol Gateways

2009-10-07 Thread Frisby, Adam
If you want to feed the data into the sim, your best bet might be a region module (or look at MRM scripting for a more powerful script engine). If you are feeding this data both in and out to clients speaking a special protocol, you want to write a ClientStack / ClientView. (see the