Welcome to my little collection of php scripts to enable you to control your receiver by ethernet.
---henri-aanstoot-AKA-fash---------------------------------------------------------------------
Version 0.1 - 21 Oct 2009 - Initial tests (trying to reverse engineer the protocol
Version 0.2 - 21 Oct 2009 - First send command by php
Version 0.3 - 21 Oct 2009 - First form usage
Version 0.4 - 22 Oct 2009 - php script for 204 responce code and generating a form, reading commands from a csv file
Version 0.5 - 23 Oct 2009 - code cleanup, length calculation for packet to send
Version 0.6a - 23 Oct 2009 - added volume slider (untested)
Version 0.6b - 28 Oct 2009 - volume max can be set in 204.php (set at 60 now) (reading status from onkyo in test)

Receivers Tested:
-----------------
Onkyo TX-NR 1007, 906 (using vista)
Does it work on yours? email me at:  fash [at] fash . nu
TX-NR807

Commands Tested:
-------------------
Poweroff,Poweron,VIDEO1,VIDEO2,MUTE,Volume(beta),..........,several others

Todo:
------
Receiving status from Receiver

Bugs:
------
None .. yet .. :)

Warning!!!!
-----------
Don't set volume slider to max! Use small increments

Installing:
----------
Extract files in your webdirectory on your apache webserver (php has to be enabled)
(Windows user? look at http://www.apachefriends.org/en/xampp.html for installations
edit 204.php and enter your receivers ipnumber and port number.
remove any commands you dont want to use from cmds.csv (or add from commands.xls)
That should be it!

