Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Owanesh/unifi-eos
Repository for an Operating Systems exam 📖 Università degli studi di Firenze
https://github.com/Owanesh/unifi-eos
client-server exam interpreter scheduler university
Last synced: 2 months ago
JSON representation
Repository for an Operating Systems exam 📖 Università degli studi di Firenze
- Host: GitHub
- URL: https://github.com/Owanesh/unifi-eos
- Owner: Owanesh
- License: mit
- Archived: true
- Created: 2017-06-17T08:58:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T23:13:53.000Z (over 7 years ago)
- Last Synced: 2024-04-24T15:34:07.786Z (9 months ago)
- Topics: client-server, exam, interpreter, scheduler, university
- Language: C
- Size: 511 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - unifi-eos
README
![UnifiEosLogo](https://raw.githubusercontent.com/Owanesh/unifi-eos/master/resources/img/repo_logo.jpg)
# unifi-EOS
#### Università degli studi di FirenzeQuesta repository è stata creata per un esame universitario della Facoltà di Informatica, corso di Sistemi Operativi.
_Per maggiori informazioni sullo sviluppo e sull'analisi del codice, si prega di consultare la [wiki](https://github.com/Owanesh/unifi-eos/wiki)._
**La repository non sarà mantenuta oltre la consegna (e fine) del progetto.**
## Come compilare ?
**Scheduler**
```sh
cd scheduler/
make -f scheduler.make
./scheduler
```
**Interpreter**
```sh
cd interpreter/
make -f interpreter.make
./interpreter
```**Chat**
_Server_
```sh
cd chat_server/
make -f chat_server.make
./chat_server
```
_Client_
```sh
cd chat_client/
make -f chat_client.make
./chat_client
```## ⚡️ Extra
#### Chat
```sh
cd
mkdir executables
mv chat_client/src/chat_client executables/chat_client
mv chat_server/src/chat_server executables/chat_server
cd executables
./chat_server
./chat_client
```
E' necessario che entrambi i programmi stiano nella stessa cartella [Vedi Commit](https://github.com/Owanesh/unifi-eos/commit/8e87d6e8a9e8d42d48375ec8397313fd57213690) 👈![Win](https://media.giphy.com/media/XE7kcG4fMEDqU/giphy.gif)
Testato su
* Mac OSX Sierra
* Ubuntu 12.0.4 LTS***
Made with ❤️ by [Owanesh](https://github.com/Owanesh) and [MatteoMauro](https://github.com/MatteoMauro)