sergey-dryabzhinsky / qt-webkit-kiosk

This is simple browser application written on Qt & QtWebkit.
57 stars 37 forks source link

Remote control #4

Open sergey-dryabzhinsky opened 10 years ago

sergey-dryabzhinsky commented 10 years ago

In some cases, like virtual appliance, we need to control browser remotely without mouse clicking...

Need to implement RPC API.

There is 2 options: XML-RPC and JSON-RPC.

We'll see...