05-18-2014, 08:31 AM
So this is my next driver to look at for the time being.
http://www.marantz.co.uk/uk/products/pag...ediamcr610
It can be controlled via an iPhone app very well, But not via a web interface. (Only a very basic IP settings screen if you get stuck)
Running the device through a port checker, This is the result.
Scanning 192.168.0.9 [65535 ports]
Discovered open port 80/tcp on 192.168.0.9
Discovered open port 5001/tcp on 192.168.0.9
Completed SYN Stealth Scan at 15:12, 27.33s elapsed (65535 total ports)
Not sure what 5001 is but it seems to be listening on port 80 at least.
Had to run it though a packet sniffer to see what the iphone was putting out to control it.
It seems to be using something called "GoAhead" which is confirmed on this page. http://scriptkiller.de/en/a61/computer_e..._m-cr610_/
I did a quick "power on" command with the iPhone app to see what it sent.
From: IP 192.168.137.68
To: IP 192.168.0.9
Message: GET /goform/formiPhoneAppPower.xml?1+PowerOn
There is also this in the list which i think was just loading the values of the current status.
Message: POST /goform/AppCommand.xml
Sadly there is no protocol out there yet for this.
Has anyone seen anything like this before? What would be a good driver to use as a starting point? I have tried the current Marantz driver but I'm going to have to rip it apart first as it wont even connect.
Cheers
Mat
http://www.marantz.co.uk/uk/products/pag...ediamcr610
It can be controlled via an iPhone app very well, But not via a web interface. (Only a very basic IP settings screen if you get stuck)
Running the device through a port checker, This is the result.
Scanning 192.168.0.9 [65535 ports]
Discovered open port 80/tcp on 192.168.0.9
Discovered open port 5001/tcp on 192.168.0.9
Completed SYN Stealth Scan at 15:12, 27.33s elapsed (65535 total ports)
Not sure what 5001 is but it seems to be listening on port 80 at least.
Had to run it though a packet sniffer to see what the iphone was putting out to control it.
It seems to be using something called "GoAhead" which is confirmed on this page. http://scriptkiller.de/en/a61/computer_e..._m-cr610_/
I did a quick "power on" command with the iPhone app to see what it sent.
From: IP 192.168.137.68
To: IP 192.168.0.9
Message: GET /goform/formiPhoneAppPower.xml?1+PowerOn
There is also this in the list which i think was just loading the values of the current status.
Message: POST /goform/AppCommand.xml
Sadly there is no protocol out there yet for this.
Has anyone seen anything like this before? What would be a good driver to use as a starting point? I have tried the current Marantz driver but I'm going to have to rip it apart first as it wont even connect.
Cheers
Mat