Kodi Community Forum

Full Version: Daemon running in background as remote control. How to interface?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

I was trying to have the title express my needs but I feel like this didnt work so well.
So let me try to explain:
I have a wireless transceiver on the serial port that receives packets over a proprietary protocol from a sender. I wrote a program in C++ that parses thoses packets and now I want to control XBMC with it.
What interfaces are there? What's the "easiest" way?
I read that JSON-RPC calls are simple but for that I would need to implement the http server in my program. Thought there should be an easier solution..
Thanks in advance!