2013-10-18, 10:31
Hello
I have an homeautomation system at home, and it logs status to mysql all the time. I also have an HTPC that is almost always used with XBMC.
I want to write an screensaver for XBMC that shows data from my mysql server. For example living room temperature etc. I could easily do this as an windows application in C#/WPF, but as far as I know, I need to use Python or C++ to make an plugin for XBMC. It is not depending on any XBMC features. Only that it needs to get opened as an screensaver when XBMC is open.
What would be the best approximation for this problem?
I have an homeautomation system at home, and it logs status to mysql all the time. I also have an HTPC that is almost always used with XBMC.
I want to write an screensaver for XBMC that shows data from my mysql server. For example living room temperature etc. I could easily do this as an windows application in C#/WPF, but as far as I know, I need to use Python or C++ to make an plugin for XBMC. It is not depending on any XBMC features. Only that it needs to get opened as an screensaver when XBMC is open.
What would be the best approximation for this problem?