---------------------------- User manual ---------------------------- The use of the system is very simple. Basically we need start the servers using the script main(.bat) found at the "DepSpaceDir", the server identifier must be supplied. Ex. to run a system with four servers (tolerates one fault): >main 0 >main 1 >main 2 >main 3 After that, the clients are able to access the tuple space. Then the clients can create logical tuple spaces and execute the operations in these logical spaces. A example is the script client(.bat) the runs the client br.ufsc.das.demo.ClientDemo. Two parameters have to be suppied, the first is the number of executions and the second is to inform if the logical space have to be created: >client 1 create All objects can be used as a tuple field. However, these objects must implement the methods toString (used by the confidentiality scheme) and equals (used by the replication layer). More examples of how to use DepSpace ca be found in the package br.ufsc.das.demo.