[Opensim-dev] Proposal: IntegrationService for Robust

James Hughes jamesh at bluewallgroup.com
Wed Jul 11 01:41:49 UTC 2012


Thanks Justin, sure, I'll comb through it and change those. Also, when 
you look at it, please look at the command names and comment about 
those. They are a little scattered and maybe need to use "show" as 
opposed to "list" etc.

Thanks for the feedback!

BlueWall


On 07/10/2012 08:02 PM, Justin Clark-Casey wrote:
> Hi BlueWall. Interesting stuff! I will certainly take a look though I
> might not get sufficient spare time until Friday.
>
> One small point, I see various methods are taking a UUID s_sessionID
> argument. Could we change this to secureSessionID? The code standard in
> OpenSimulator is not to have underscores in variable names (as per the
> MSDN C# coding conventions).
>
> On 10/07/12 21:16, James Hughes wrote:
>> I have been working on some things, for a while now, revolving around
>> the idea of making external applications
>> integration easier and helping provide a place to buffer between the
>> changes that can happen in core and external
>> applications that depend on stability. The proposal can be found at:
>> http://opensimulator.org/wiki/IntegrationService
>> with additional material at http://bluewallvirtual.com/node/46 . Code
>> is in the OpenSim repository under the integration
>> branch or may be seen at
>> https://github.com/BlueWall/opensim/tree/integration.
>>
>> The bulk of the code is in
>> https://github.com/BlueWall/opensim/tree/integration/OpenSim/Services/IntegrationService
>> and
>> some at
>> https://github.com/BlueWall/opensim/tree/integration/OpenSim/Server/Handlers/Integration
>> . Some example code is
>> here...
>>
>> landtool using a plugin to retrieve data needed for land sales:
>> https://github.com/BlueWall/IntegrationHelper with the
>> php here: http://pastebin.com/yUGph1aD
>>
>> It is working for test purposes and has some supporting facilities
>> setup for testing with more details at:
>> http://bluewallvirtual.com/node/46 . I will be getting some additional
>> documentation together about developing the
>> plugins and setting up repositories. I have set some time aside to be
>> responsive to working on this and would appreciate
>> input. I am interested in getting more eyes on it and getting it ready
>> to include in core under an experimental status.
>> After that, I would be interested in helping develop a stable/basic
>> API for integration with the plugins and helping get
>> the API into popular language libraries.
>>
>> Thanks!
>> BlueWall
>> _______________________________________________
>> Opensim-dev mailing list
>> Opensim-dev at lists.berlios.de
>> https://lists.berlios.de/mailman/listinfo/opensim-dev
>>
>
>




More information about the Opensim-dev mailing list