Mac OS X applications and libraries for interacting with Denon AVR receivers via the telnet network protocol.
This project is no longer actively worked on by me since I don't have a Denon reciever to use this on. If you would like to be mentioned in this readme as having an active fork of this project, please send me a message.
A prerequisite to building the source is having the ragel state machine compiler installed (available via homebrew: brew install ragel
). To build the framework or static library (currently OS X), use the Xcode project in AVRConnect. The Tools directory contains working examples:
- AVRConsole - uses framework.
- AVRTest - uses static library.