TPU-Sound Project
Software Requirements
As far as software side is concerned, we mainly use the following languages:
- C++, for the control point's implementation
- Java, for the smart speakers' implementation
- HTML, for the interface's realization
- JavaScript, for the interface's realization
- Two media server platforms: Serviio and Kodi. Here we would like to spend few words about the topic media server : at the beginning we started by using Serviio Server as NAS because the idea was to make an identification of the customer devices when they started to interact with the NAS and the whole system but, because of a series of glitches due mainly to Serviio (he has a lot of problems with firewalls, especially on windows), we gave up and we have chosen Kodi that is more suitable for our needs.
UPnP Control Point
In order to compile the sources and run the UPnP control point you need to install:
- CyberLink C++ library [md5]
- Micro HTTP C++ library [md5], required by CyberLink
- Apache Xerces C++ XML Parser (required by CyberLink) - source can be found here
For more details on installation and configuration please refer to the UPnP Control Point's Appendix section
UPnP Media Renderer (smart speakers)
In order to compile the sources and run the UPnP media renderer you need to install:
- Oracle JDK7
- Apache Ant (optional, you can just use javac if you want)
- mpg123
- alsa-utils (if not present).
For more details on installation and configuration please refer to the UPnP Media renderer's Appendix section.