Difference between revisions of "Pyogp Client Lib"

From Second Life Wiki
Jump to navigation Jump to search
Line 3: Line 3:
== Overview ==
== Overview ==
The longer term vision of the Pyogp project is essentially to create a client library, capable of navigating the grid and interacting with the various hosts, sitting next to a testing framework, happily running along telling us what works where, and where something needs a little attention to work according to specification...
The longer term vision of the Pyogp project is essentially to create a client library, capable of navigating the grid and interacting with the various hosts, sitting next to a testing framework, happily running along telling us what works where, and where something needs a little attention to work according to specification...
 
== Documentation ==
* General Messaging
** [[Protocol]] - this is general information about messaging and the various protocol systems
** [[Eventlet]] - a networking library written in Python, probably going to be used for this project
** [[Circuit]] - the way to pass two-way information along a UDP connection
** [[Message]] - more detail of messages
== Status ==
== Status ==
Placeholder
Placeholder
== Plan ==
== Plan ==
Placeholder
Placeholder

Revision as of 12:53, 25 June 2008

This page is dedicated to the client library aspect of the Pyogp project. The more general page is AWG_Test_Harness

Overview

The longer term vision of the Pyogp project is essentially to create a client library, capable of navigating the grid and interacting with the various hosts, sitting next to a testing framework, happily running along telling us what works where, and where something needs a little attention to work according to specification...

Documentation

  • General Messaging
    • Protocol - this is general information about messaging and the various protocol systems
    • Eventlet - a networking library written in Python, probably going to be used for this project
    • Circuit - the way to pass two-way information along a UDP connection
    • Message - more detail of messages

Status

Placeholder

Plan

Placeholder