Difference between revisions of "PyOGP"

From Second Life Wiki
Jump to navigation Jump to search
Line 7: Line 7:
=== How To Contribute ===
=== How To Contribute ===
* Source: [[Pyogp/Client_Lib/The_Development_Sandbox | Checkout Instructions]]. See the [[Open_Source_Portal|Open Source Portal]] for details on being a contributor
* Source: [[Pyogp/Client_Lib/The_Development_Sandbox | Checkout Instructions]]. See the [[Open_Source_Portal|Open Source Portal]] for details on being a contributor
** If all you want to do is glance at the source code, use the [http://svn.secondlife.com/trac/linden/browser/projects/2008/pyogp browser link to the repository]
* IRC: irc://irc.freenode.com/#pyogp
* IRC: irc://irc.freenode.com/#pyogp
* Mailing list: https://lists.secondlife.com/cgi-bin/mailman/listinfo/pyogp, pyogp@lists.secondlife.com
* Mailing list: https://lists.secondlife.com/cgi-bin/mailman/listinfo/pyogp, pyogp@lists.secondlife.com

Revision as of 15:54, 8 October 2008

Overview

What Is It?

Pyogp is an open source project between Linden Lab and AWG to support the testing of the Open Grid Protocol (OGP). Written in Python, Pyogp will consist initially of a client library and test functionality that will enable testing of OGP enabled virtual worlds like Second Life and compatible OpenSim implementations. These components will expand as the effort matures.

How To Contribute

Project Status

Status and details of pyogp support of the OGP Beta can be viewed at Pyogp/OGP_Beta_Support.

  • Client Library (pyogp.lib.base): working toward stabling the lib with a target of a point release in the near future. See the roadmap for details.
  • Interop Tests (pyogp.interop): basic harness framework is in place, but test contents are needing attention. For more details, click me.
  • Agent Domain (pyogp.agentdomain): initial agent domain implementation available at http://syntronik.de

Enus Linden 10:19, 21 August 2008 (PDT)

For more details, please see the Pyogp roadmap.

Pic of the Moment

Pyogp Presence

Documentation

(Placeholder) See Pyogp/Documentation for a list of supporting documentation including requirements, specification, and tutorial and guide pages.

Links

Please see Pyogp/Links to find a comprehensive list of Pyogp project pages on the wiki, as well as related OGP resources.

Licensing

Contributions to Pyogp are subject to Linden Lab's contributor agreement. The Pyogp open source code is made available subject to the Apache v2 license. Read more at opensource.org and apache.org.

 <excerpt>
 Copyright 2008, Linden Research, Inc.
 
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. </excerpt>