Roku API
John Gonzales
Posts: 609
Just tried to download the Roku API and it forced me to give a credit card number which really pisses me off. If anyone needs the Roku API/SDK you can google this filename and find it available for download without needing to provide a credit card number:
roku_sdk_v29.zip
-John
roku_sdk_v29.zip
-John
0
Comments
Curious, how much did they charge you for it?
If they don't intend to charge to it, you could probably get around it by giving false credit card info. But you're absolutely right, they should not force you to engage in such foolishness.
FYI
http://sdkdocs.roku.com/display/sdkdoc/External+Control+Guide
See section 3.3. I was a little surprised at the lack of Roku information on the forums...I used this basically in a function, making sure of course to open the connection before sending the command and then waiting 5 seconds before closing:
Works pretty well. I'll work on retrieving some info like loaded apps tomorrow.
One thing I haven't figured out yet is how to type a space in the onscreen text entry fields. A-z and symbols all work as documented but I never got space to work.
If you are using an Android device for control I recommend installing the Roku app. You can launch it from within TPControl and with the app you can stream music and/or photos from your Android device to your Roku.
https://play.google.com/store/apps/details?id=com.roku.remote
URLEncode characters and it works great. URLEncode(" ") == "+"