Difference between revisions of "PyOGP"
Enus Linden (talk | contribs) m |
Enus Linden (talk | contribs) |
||
Line 16: | Line 16: | ||
== Project Status == | == Project Status == | ||
ZCA has been removed from pyogp.lib.base, to enable a more accommodating, less dependency laden codebase. | |||
A prototype implementation of UDP handling that runs as an eventlet coroutine is available in regiondomain.py. | |||
[[User:Enus Linden|Enus Linden]] 17:34, 7 January 2009 (UTC) | |||
[[User:Enus Linden|Enus Linden]] | |||
For more details, please see the Pyogp [[Pyogp/Roadmap|roadmap]]. | For more details, please see the Pyogp [[Pyogp/Roadmap|roadmap]]. |
Revision as of 10:34, 7 January 2009
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
- Source: Checkout Instructions. See the Open Source Portal for details on being a contributor
- If all you want to do is glance at the source code, use the browser link to the repository
- IRC: irc://irc.freenode.com/#pyogp
- Mailing list: https://lists.secondlife.com/cgi-bin/mailman/listinfo/pyogp, pyogp@lists.secondlife.com
- Jira: http://jira.secondlife.com/browse/PYO
- Meetings (transcripts available here):
- Enus Linden's Office Hours, primarily covering pyogp: Fridays at 9:30am at Enus' Clubhouse
Project Status
ZCA has been removed from pyogp.lib.base, to enable a more accommodating, less dependency laden codebase.
A prototype implementation of UDP handling that runs as an eventlet coroutine is available in regiondomain.py.
Enus Linden 17:34, 7 January 2009 (UTC)
For more details, please see the Pyogp roadmap.
Pic of the Moment
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>