-
Notifications
You must be signed in to change notification settings - Fork 10
/
DEVINFO
37 lines (20 loc) · 975 Bytes
/
DEVINFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
How this project is organized:
/libsyndicate:
This directory contains source files needed by multiple gateways.
/UG
This directory contains source files specific to the User Gateway implementations.
/RG
This directory contains source files specific to the Replica Gateway implementations.
/AG
This directory contains source files specific to the Acquisition Gateway implementations.
/papers
This directory contains experimental data, paper source files, posters, and figures.
/planetlab
This directory contains scripts and files needed for deploying Syndicate on PlanetLab, running experiments, and analyzing experimental data.
/ms
This directory contains the Google AppEngine implementation of the Metadata Service.
/old
This directory contains obsolete code. No need to look through here.
github: https://github.com/jcnelson/syndicate.git
mailing list: [email protected]
primary author: Jude Nelson ([email protected])