Skip to content

Wolk1618/INF224_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

INF224 project by Thomas Auguste

This code is my project report for INF224 course in Telecom Paris. This course focuses on Programmation Paradigms and on Java and C++ programming skills.

The app

The aim of the project was to develop a multimedia set-top box software that could be used to display photos, play music, videos and films. There is the backend part and the frontend part. The frontend part creates a remote control for the set-top box and is developped using Java/Swing for graphical interfaces. The backend part is developed using C++.

Run the app

First, open 2 terminals (one for frontend and one for backend). Then compile and run each part.

For backend :

cd cpp
make
make run myprog

For frontend :

cd swing
make
make run

About

My project report for Telecom Paris course INF224 (Programmation Paradigm, Java and C++ programming)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors