|
@@ -0,0 +1,24 @@
|
|
|
+
|
|
|
+* Begin translating the Go code from goRoku on sending commands to a Roku device
|
|
|
+
|
|
|
+> This should allow me to perform basic calls to 'do' something, and allow me to process return data (If I remember it's JSON responses)
|
|
|
+
|
|
|
+
|
|
|
+# Important
|
|
|
+
|
|
|
+* Build the basic internals for Python to send HTTP packets to control a Roku device
|
|
|
+
|
|
|
+> This should simply be translating the Go code from goRoku into Python with requests
|
|
|
+
|
|
|
+* Look into sending and recieving packets of UDP on our port 1900 for locating Roku devices
|
|
|
+
|
|
|
+> This feature became too complex in Go thus in goRoku it's in a incomplete state, hopefully
|
|
|
+in Python it's a little easier
|
|
|
+
|
|
|
+# Back burner
|
|
|
+
|
|
|
+* Build a Django template to handle practically the same concept of pushing a button makes AJAX call
|
|
|
+to issue a Roku device command
|
|
|
+
|
|
|
+> Since I've already got the AJAX call taken care of I just need to build it so Django's routing supports redirecting once we've send the command,
|
|
|
+I'd also like to support the 'where are we at' feature (Which uses AJAX to change the text from the response)
|