<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://osimdev.org/wiki/index.php?action=history&amp;feed=atom&amp;title=OpenSimulator_Internals%2FOpenSim_Services</id>
	<title>OpenSimulator Internals/OpenSim Services - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://osimdev.org/wiki/index.php?action=history&amp;feed=atom&amp;title=OpenSimulator_Internals%2FOpenSim_Services"/>
	<link rel="alternate" type="text/html" href="http://osimdev.org/wiki/index.php?title=OpenSimulator_Internals/OpenSim_Services&amp;action=history"/>
	<updated>2026-08-04T15:31:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>http://osimdev.org/wiki/index.php?title=OpenSimulator_Internals/OpenSim_Services&amp;diff=20&amp;oldid=prev</id>
		<title>Jwbshaw: first</title>
		<link rel="alternate" type="text/html" href="http://osimdev.org/wiki/index.php?title=OpenSimulator_Internals/OpenSim_Services&amp;diff=20&amp;oldid=prev"/>
		<updated>2026-06-21T07:07:30Z</updated>

		<summary type="html">&lt;p&gt;first&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= OpenSimulator Internals/OpenSim Services =&lt;br /&gt;
&lt;br /&gt;
These are OpenSimulator internal services, not Second Life or viewer-facing services. They run per-simulator, not on ROBUST. All interfaces are in OpenSim.Services.Interfaces.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Service !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| [[OpenSimulator Internals/LandService|LandService]] || Parcel data for a specific simulator. Read only. Single method: GetLandData(scopeID, regionHandle, x, y) returns LandData and regionAccess byte.&lt;br /&gt;
|-&lt;br /&gt;
| [[OpenSimulator Internals/LibraryService|LibraryService]] || Library items and folders. Currently implemented per-region but should be a grid service. Data comes from the filesystem. Interface: LibraryRootFolder (property), GetAllFolders(), GetItem(itemID), GetMultipleItems(itemIDs[]).&lt;br /&gt;
|-&lt;br /&gt;
| [[OpenSimulator Internals/SimulationService|SimulationService]] || General simulation functions. Used for login-to-simulator and simulator-to-simulator communication (teleport, region crossing, object crossing). Interface: GetScene(regionId), GetInnerService(), CreateAgent(), UpdateAgent(), QueryAccess(), ReleaseAgent(), CloseAgent(), CreateObject().&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[OpenSimulator Internals/ROBUST Services]]&lt;br /&gt;
* [[OpenSimulator Internals/Data Dictionaries]]&lt;/div&gt;</summary>
		<author><name>Jwbshaw</name></author>
	</entry>
</feed>