Kodi Community Forum

Full Version: Qt implementation of xbmcclient.h
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,
First post; apologies if this is the wrong section!

I wanted to implement xbmcclient.h using Qt functions only, to communicate with the event server. I got it working (mostly!) and wrote a small app that doubles as a wake-on-LAN client and XBMC remote. I've compiled it for Harmattan devices (Nokia N9 and N950). Once Nokia get their thumbs out and release Qt5 devices I'll port it over (shouldn't be much of a job). Ditto for the coming "Vivaldi" tablet and maybe Blackberry QNX devices as well..

Project page with source code: http://projects.developer.nokia.com/WOLMeUpXBMC
Qt-ifyed xbmcclient.h: http://projects.developer.nokia.com/WOLM...QtClient.h
Harmattan .deb -package: http://projects.developer.nokia.com/WOLM..._armel.deb

Any feedback or comments welcome, naturally.