farellano91 / TP-SO-ReDistinto

Trabajo Práctico de Sistemas Operativos - UTN FRBA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trabajo Práctico de Sistemas Operativos - UTN FRBA


Sistema distribuido programado en C

Para levantar el proyecto:
1°COORDINADOR
cd TP-SO-ReDistinto-1C-2018/coordinador/src
make
./coordinador

2°PLANIFICADOR
cd TP-SO-ReDistinto-1C-2018/planificador/src
make
./planificador

3°ESI
cd TP-SO-ReDistinto-1C-2018/esi/src
make
./esi scripts/algunScript

4°INSTANCIA
cd TP-SO-ReDistinto-1C-2018/instancia/src
make
./instancia


Enunciado del Trabajo Práctico: https://sisoputnfrba.gitbook.io/re-distinto/

About

Trabajo Práctico de Sistemas Operativos - UTN FRBA


Languages

Language:C 98.0%Language:Makefile 1.1%Language:Shell 0.9%