This repository contains the files of the project object oriented programming in the bachelor's degree program Electrical Engineering, Information Technology and Computer Engineering (summer semester 2017) at the Institute for Communication Technologies and Embedded Systems of RWTH Aachen University.
Folder / File | Purpose |
---|---|
backend |
The backend-project (crc, ecc, mod, channel) |
frontend |
The frontend-project (gui) |
ipc-backend |
Dummy backend-project to develop the dbus-ipc |
ipc-frontend |
Dummy frontend-project to develop the dbus-ipc |
shared |
Shared files for backend and frontend (dbus-ipc) |
Doxyfile |
Doxygen config file (output in ../oop-doc) |
README.md |
This file |
We were working on this project in groups of three students. Our group "oop-team2" consisted of Eric Hebing, Joachim Streit and me, Marvin Klimke.
Reach us via {eric.hebing, joachim.streit, marvin.klimke}@rwth-aachen.de
My primary task was to prepare the inter-process communication in the projects
ipc-backend
and ipc-frontend
as well as the integration into the the main
projects backend
and frontend
. Joachim was mainly working on the backend
while Eric was making the frontend
.