Help getting started DDK

I want to add a device, a Linn Klimax DSM media server / preamp, to my database. I have read the instructions and have done the following:

  1. Created a RoomieCodes.plist file (file won’t upload, so I attached as text to this message - very basic file to get started…)
  2. Sync’d the file to my iPad via DropBox
  3. Added device via manual IP (appears to work, IP & port seem OK)
  4. No commands are sent over the network

A few notes:

  1. I can access the device directly via telnet, get it to accept and respond to commands
  2. I run a packet sniffer and can see the comments from telnet
  3. I run a packet sniffer and cannot see anything being sent from my iPad

Any ideas on what I’m doing wrong?

Any help would be greatly appreciated.
joe


<?xml version="1.0" encoding="UTF-8"?> codes .POWER STATUS Action Ds/Product 1 Standby MUTE OFF Action Ds/Volume 1 SetMute "0" MUTE ON Action Ds/Volume 1 SetMute "1" POWER OFF Action Ds/Product 1 SetStandby "0" POWER ON Action Ds/Product 1 SetStandby "1" method lineio-crlf brand Linn cat Klimax DSM type 13

This is the format of one of the commands that I’m using to control a Majik DSM;

ACTION Ds/Product 1 SetStandby “0”

It’s not a great deal different from yours but it definitely works.

I’m using port 23.

John