jimmykane / The-Three-Little-Pigs-Siri-Proxy

A intelligent Siri Proxy with multiple key storage and key throttling.
137 stars 49 forks source link

Plugin Freebox Remote (French adsl box) #422

Open Doriginal opened 11 years ago

Doriginal commented 11 years ago

hello community TTLP,

I would like to create a plugin ADSL Freebox remote box and I need help. There are two way to send commands to the box:

  1. Send http commands, description here:

http://www.ntic-et-tac.info/leblog/non-classe/freebox-hd-emulation-telecommande-en-http-et-liste-des-canaux-au-format-json/

  1. UDP send commands Which is used in the appstore apps

    Description here:

http://dev.freebox.fr/sdk/

The first method is relatively simple to implement but limited, the second method I like to use looks much more complex to implement.

Thank's for help