
c200remote
Use a browser to remote control your Popcorn Hour A/C-200
http://www.popcornhour.com/onlinestore/images/model-C200.jpg' align='right' />
The c200remote uses PHP to let clients control the popular Popcorn Hour C200, A200 and A210 using most browsers. Just click on the remote control picture with your mouse, and thy mediaplayer shalt obey your command.
c200remote connects to the device on a raw socket at port 30000. Characters, including some non-printables like \n, is interpreted as commands. With the PHP sending the commands it is easy to build native apps and scripts for home automation and other scenarios using the c200remote to submit it.
At present most commands are known and working, but a few are not fully working in all states. Please help us find the missing commands:
- Skip track backwards, during photo- and music playlist playback (not working)
- Intromit disc, e.g. slide disc back in tray after Eject (not fully working)
- Shutdown, e.g. complete power off - not working
- Reboot - not working
For more information follow this thread:
http://www.networkedmediatank.com/showthread.php?tid=30168&page=1'>http://www.networkedmediatank.com/showthread.php?tid=30168&page=1
The big Thank You's go out to BrainStormer
for the original discovery, PoPEye
for finding more commands and giving inspiration, and everyone else that has contributed to the mapping of commands, to the contributors that improved the code and made the GUI usable and good-looking on iPhones, and to anyone who shared their ideas and cheers along the way!
Usage
http://c200remote.googlecode.com/svn/trunk/src/webui/C200_remote_control.jpg' align='right' />You can install and start this app via http://www.nmtinstaller.com'>the CSI.
You can then either use the simple web interface provided by pointing your browser to:
http://<your nmt ip address>:9999/c200remote_web/
or, simply send commands directly via URL with exact commands:
http://<your nmt ip address>:9999/c200remote_web/webrc200.php?cmd=x
or with alias:
http://<your nmt ip address>:9999/c200remote_web/webrc200.php?fcmd=power
For a list of aliases see here: http://code.google.com/p/c200remote/wiki/RemoteControlCommandsMap'>RemoteControlCommandsMap. You can add or change any alias you like in the webrc200.php file.
The iPhone skin (which may or may not work with other web enabled devices using a webkit browser) has additional features, such as easy TV Mode change.
Wish list, in no particular order
- Make use of the 200-series API (TheDavidBox)
- Make sexier GUI for the browser, tablets etc. (Some help here would be great!)
- Optimize and enhance code. (Ditto...)
- Make input field for predefined and custom macros
Optimize/skin for iPhone- Done!
- Integrate with llink
- Integrate with other nice things, like PLoNK's "peach" daemon
- Manage playlists
- Browse directories via the skin GUI
Change log
Read the http://code.google.com/p/c200remote/wiki/ReleaseNotes'>Release Notes.
License information
As per the sidebar menu, this project's code is licensed under the New BSD terms, with the following attributes:
= Daniel Cervera, dc11ab+c200remote@gmail.com
= 2009
Please note that a component used in the iPhone skin is MIT licensed, the jQTouch framework, which is compatible: http://www.jqtouch.com/'>http://www.jqtouch.com/
Original iPhone skin artwork has been made by SmashD:
http://www.smashd.de/Useful-things/popcorn-hour-c-200-c200remote-remote-web-app.html'>http://www.smashd.de/Useful-things/popcorn-hour-c-200-c200remote-remote-web-app.html
Happy hacking!