It is a part of SmartRoom system. Presentation-service is used for displaying participant presentations on the screen. It starts showing presentation on conference-service demand. When presentation starts all participants can see current presented slide on their SmartRoom mobile client. Presenter can change current displayed slide from his client. The development is supported by * 2012-2014: Karelia ENPI programme co-funded by the European Union, the Russian Federation and the Republic of Finland, Grant KA179 "Complex development of regional cooperation in the field of open ICT innovations" (2011–2014). * 2014-2016: Ministry of Education and Science of the Russian Federation, Project # 14.574.21.0060 (RFMEFI57414X0060) of Federal Target Program "Research and development on priority directions of scientific-technological complex of Russia for 2014–2020". To connect to the smart space you should specify SIB IP address and port in a configuration file. Code structure: src/ - source files qml/ - qml-interface files and images win32/smartslog/ - smartslog library for Windows win32/poppler-qt5/ - poppler library fow Windows Keyboard shortcuts: F2 - activate social program web service mode (it works only after the first handling of the corresponding subscriptions) F3 - disable social program web service mode F6 - show end title slide F7 - show slide with network activity (if it exists), it is available when the presence detection services are running F5 - restore current state F11 - full screen F12 - reconnect to smart space Configuration file location: * Linux (Ubuntu): $HOME/.config/SmartRoom/SmartRoom.ini * Windows: %APPDATA%\SmartRoom\SmartRoom.ini Configuration file structure: [General] name={SIB-NAME} ip={SIB-IP} port={SIB-PORT}