Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel

Tutorial Home    Previous    Next

CT Architecture

Colored Trails follows a client-server architecture. The server is a Java process that is responsible for centrally hosting the experiment's data and processes, and facilitate communication between the clients. Clients are GUI (for humans) or non-GUI (for computer agents) processes that can run on the same or on different machines on the network or over the internet. Each client needs to connect to a running instance of a server, by using the server machine's hostname or IP address.

...