Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mariosimao/sd-trab3


https://github.com/mariosimao/sd-trab3

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Centralized algorithm for distributed mutual exclusion

## Compilation

To compile both coordinator server and client program:

```bash
$ make all
```

## Usage

To execute the coordinator server:

```bash
$ ./coordinator
```

To execute the client process:

```bash
$ ./process
```

Example:

```bash
$ ./process 1 3
```

## Cleanup

To remove the executables, result file, logs and free the coordinator server port (8081):

```bash
$ make clean
```