Project

General

Profile

Protocol core-core Version 3 » History » Version 11

Greg Burri, 07/07/2009 08:30 AM

1 1 Greg Burri
h1. Protocols
2
3
This page describes the protocols used by Aybabtu for network communication between cores and between core and GUI.
4
5 7 Greg Burri
h2. Core <-> Core
6 1 Greg Burri
7 7 Greg Burri
see source:protos/network_protocol.proto.
8
9 8 Greg Burri
h3. Parameters
10
11 10 Greg Burri
Most parameters will be stored as constants in their component.
12
13 9 Greg Burri
|_.Name|_.Value |_.Unit|_.Explanation/Comments|
14 11 Greg Burri
| ChunkSize | 33554432 | Byte | (32MB) |
15 8 Greg Burri
16 7 Greg Burri
h2. Core <-> GUI