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

https://github.com/robuske/sisop2-chat-sockets

Trabalho final de Sistemas Operacionais 2 da UFRGS, semestre 2020/1. Implementação de um chat utilizando sockets.
https://github.com/robuske/sisop2-chat-sockets

Last synced: 7 days ago
JSON representation

Trabalho final de Sistemas Operacionais 2 da UFRGS, semestre 2020/1. Implementação de um chat utilizando sockets.

Awesome Lists containing this project

README

          

# SISOP2 - Trabalho Final

Chat utilizando sockets

## Entrega do Projeto

- Parte 1
- [Vídeo da Apresentação](https://youtu.be/avFRqZCdSqw)
- [Relatório](docs/T1-Relatório.pdf)
- Parte 2
- [Vídeo da Apresentação](https://youtu.be/IXSbYAFZrOY)
- [Relatório](docs/T2-Relatório.pdf)

## Dependency Tree

- shared_lib
- shared_tests
- server_lib
- server
- server_tests
- client_lib
- client
- client_tests
- front_lib
- front

CLion should show a _configuration_ for each of these targets, libs can only be compiled, but the others can run too.

## Development

- Pay attention when adding files so that they are in the correct target, usually _client_lib_ or _server_lib_.

## Tests

Reference for the tests config and example.
https://www.jetbrains.com/help/clion/unit-testing-tutorial.html