Build your own Google TV Using RaspberryPi, NodeJS and Socket.io | Donald's Blog

Build your own Google TV Using RaspberryPi, NodeJS and Socket.io | Donald's Blog

瀏覽:614
日期:2026-04-22
Instead of creating a typical remote, full of fake buttons, I decided to give QuoJS a try, it’s really fantastic and easy to use! $$(".r-container").swipeLeft(function(){ socket.emit('control',{action:"swipeLeft"}); }); Here’s an example of how I send the...看更多