This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.
BZRobots/History: Difference between revisions
Jump to navigation
Jump to search
Quick architecture info |
No edit summary |
||
| Line 5: | Line 5: | ||
Interesting pages on this wiki on my project are currently: | Interesting pages on this wiki on my project are currently: | ||
* [[BZRobots/Protocol]] - Description of the new protocol | * [[BZRobots/Protocol]] - Description of the new protocol | ||
* [[BZRobots/Ideas]] - Feature suggestions / thoughts | |||
The architecture will be that one component (similar to the current bzrobots) takes commands via a defined protocol (see the protocol page). This is called the 'backend'. The 'frontend' is what executes the script or loads the module or whatever, and which takes care of communication with the 'backend'. | The architecture will be that one component (similar to the current bzrobots) takes commands via a defined protocol (see the protocol page). This is called the 'backend'. The 'frontend' is what executes the script or loads the module or whatever, and which takes care of communication with the 'backend'. | ||
Revision as of 16:46, 26 June 2007
This is a page about the 'new' BZRobots as a part of GSoC.
I'm daxxar, and you can read about the project at GSoC Wiki Page. Development updates are posted to my blog [1]. My code will be on the SVN here. :-)
Interesting pages on this wiki on my project are currently:
- BZRobots/Protocol - Description of the new protocol
- BZRobots/Ideas - Feature suggestions / thoughts
The architecture will be that one component (similar to the current bzrobots) takes commands via a defined protocol (see the protocol page). This is called the 'backend'. The 'frontend' is what executes the script or loads the module or whatever, and which takes care of communication with the 'backend'.