AGISIM Project Modules
From AGIRI.org
The AGISIM CVS repository contains several root level directories (called modules in CVS-speak). This is a guide to the purpose of each of those modules.
Source Modules
client - The client directory contains source code for the AGI-SIM client executable.
server - The server directory contains source code for the AGI-SIM server executable.
shared - The shared directory contains source code for utility functions used by both the client and server (such as networking support).
build - The build directory contains project solutions for the Microsoft Developer Studio environment. Currently only version 8 of MSVC is supported. You can download a free "Express Edition" copy of C++.
Data Modules
appdata - The appdata directory contains all of the content data needed to run the simulation. World and robot data and other application resources can be found here.
bin - The bin directory contains the latest binary builds of AGI-SIM.
html - The html directory contains code and project documentation.
Deprecated Modules
agisim - The agisim directory is no longer used and is empty. There is no need to sync this directory.

