Difference between revisions of "Example protocol code"
Jump to navigation
Jump to search
(creating page) |
|||
Line 1: | Line 1: | ||
*[[Zerocode]] -- useful encoding/decoding functions in python. | |||
*[[Template_dictionary_python]] -- creates a python dictionary template from the message template. | |||
*[[Presence_Code_Python]] -- example of how to use python to login and establish a "presence" on the grid. | |||
*[[Webpage_login_code_python]] -- do this first in order to get the new input to the [[Presence_Code_Python]]. |
Revision as of 16:45, 14 December 2007
- Zerocode -- useful encoding/decoding functions in python.
- Template_dictionary_python -- creates a python dictionary template from the message template.
- Presence_Code_Python -- example of how to use python to login and establish a "presence" on the grid.
- Webpage_login_code_python -- do this first in order to get the new input to the Presence_Code_Python.