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.
- Host: GitHub
- URL: https://github.com/robuske/sisop2-chat-sockets
- Owner: Robuske
- Created: 2020-09-20T07:58:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T23:49:20.000Z (over 5 years ago)
- Last Synced: 2025-07-16T00:31:56.173Z (12 months ago)
- Language: C++
- Homepage:
- Size: 4.29 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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