-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.eiscp
More file actions
33 lines (24 loc) · 850 Bytes
/
README.eiscp
File metadata and controls
33 lines (24 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Onkyo TX-NR708 Control
=================================
Library to control Onkyo TX-NR708 Receivers over Ethernet
Status:
======
- Mostly feature complete. Full command set probably isn't here -- I haven't
been able to track down a comprehensive guide online anywhere.
- Discrete volume control isn't here yet.
Requirements:
=============
- Python 2.4+
References:
===========
I poked around on the net and found other people who had tried to write similar
control software.
-- This code in PHP was really helpful in figuring out what I wanted to do in
python.
http://www.avforums.com/forums/onkyo-products/1107346-onkyo-tx-nr-1007-webinterface-programming.html
-- This was a pre-built utility that I didn't get a ton of useful information
out of.
http://www.avsforum.com/avs-vb/showthread.php?t=1031993
License:
========
see LICENSE