|
Project Information
Featured
|
Introductionpysecondlife at the moment is a collection of various Second Life related Python projects I was working on in the past. Nothing is really finished though. The most recent and active project is pyogp which aims to implement a framework for a python library and an agent domain for the Open Grid Protocol. DetailsHere is a list of packages available in the subversion repository: - trunk/capsserver - This is my attempt in implementing a caps server based on discussions with Zero, Donovan and Which Linden. It's Pylons based and needs a MySQL database to work. Probably deprecated now that Linden Lab released their own capsserver which is now also encapsulated in pyogp.
- trunk/client basically two scripts which connect to the caps server above and the login server below.
- trunk/loginserver This is an experimental login server for an Agent Domain we discussed. It's deprecated by an agent domain implementation in the pyogp project.
- pysecondlife_old An initial attempt at creating a python based libsecondlife. Never got that far due to UDP handling and most of it is out of date now anyway.
pyogpThe hopefully most active project is a collection of many modules. More information can be found in PyOGP. This includes documentation on what it is, how to install it and how to use it.
|