the problem
play

The Problem OpenSim is a relatively new development. As such, - PowerPoint PPT Presentation

The Problem OpenSim is a relatively new development. As such, standards for how this particular virtual world uses communication protocols and databases have not yet been established. Our goal through this project was to update the


  1. The Problem  OpenSim is a relatively new development. As such, standards for how this particular virtual world uses communication protocols and databases have not yet been established.  Our goal through this project was to update the outdated Database Documentation page in the OpenSim Wiki so the community at large would know how their system is put together and how it functions.

  2. Approach #1  Our original idea with how to tackle this problem was simply to dive headlong into the OpenSim source code (which is available to the public) to find connections between modules.  This led to discoveries about how the system was modularized, but did not completely reveal to us how the databases were connected.

  3. What We Learned From Approach #1  Folders were specialized for their own purposes:  Region: handles all visual data for regions and avatars.  Tests and TestSuites: exactly what they sound like.  Framework: Provided base classes for assets.  Client and Server: Provide protocols for communications between the client and server.  Data: THIS folder is the one that we learned the most about the database in.

  4. Approach #2  Attempt to map out OpenSim DBMS Schema  Install OpenSim server and MySQL database  Perform a schema dump  Generate a ER diagram from dump file  No explicitly defined foreign keys  Use existing documentation, MySQL practices, and source code to find foreign keys and relations

  5. Entity-Relationship Diagram

  6. Components of the OpenSim Schema

  7. Components of the OpenSim Schema  Physical Space – the three-dimensional environments in which the users can navigate  Physical Objects – graphical information used to represent physical objects within three-dimensional environment  Identification – authorization information to uniquely identify a user and the verifcation information  Assets – the objects held or owned by a signle user, avatar, physical space, or social group (different forms of media)

  8. Components of the OpenSim Schema  Social – social relations between various users.  Expansion – table to handle the synchronizing of the hardware components required to support the virtual world.  Mapping – the mapping tables required to handle ‘many - to- many’ relationships  Server Handling – tables required for server processing and network transmission

  9. OpenSim in a Nutshell  Layered Client/Server Architecture  Services  Assets  Inventory  User  Grid/HyperGrid  Functionality

  10. Design Principles  Modularity  Abstraction  Extensibility  Separation of Concerns

  11. Conclusions

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend