Command Capture Comparison

Command 1

Prepare for dynamic IP address
Prepare for dynamic Port
Prepare for dynamic Length
Append \x0D if port is 4998 or 4999
Success Output for Command 1:
Error Output for Command 1:

Command 2

Prepare for dynamic IP address
Prepare for dynamic Port
Prepare for dynamic Length
Append \x0D if port is 4998 or 4999
Success Output for Command 2:
Error Output for Command 2:

Command 3

Prepare for dynamic IP address
Prepare for dynamic Port
Prepare for dynamic Length
Append \x0D if port is 4998 or 4999
Success Output for Command 3:
Error Output for Command 3:

Command 4

Prepare for dynamic IP address
Prepare for dynamic Port
Prepare for dynamic Length
Append \x0D if port is 4998 or 4999
Success Output for Command 4:
Error Output for Command 4:

C Array Converter


Output


        


        

Select Input Field

Discovery

Please Wait !

Discovery Time (s)
 
 
netInfo
Dlna devices
Gc devices

Log History

Sample Commands

Title: Yamaha netradio station info on port 80

POST /YamahaRemoteControl/ctrl HTTP/1.1
Host: 192.168.0.237:80
Accept-Encoding: gzip, deflate
Content-Type: text/xml; charset=UTF-8
Accept-Language: en-us
Content-Length: 125
Accept: */*
Connection: keep-alive
User-Agent: AV Controller/4.40 (iOS)

<?xml version="1.0" encoding="utf-8"?><YAMAHA_AV cmd="GET"><NET_RADIO><Play_Info>GetParam</Play_Info></NET_RADIO></YAMAHA_AV>
    

Title: Bose test lifestyle 535 – vol+ on port 4998

\x0B\x00\x01\x04\x03\x01\x64\x00\x00\x00\x68

Title: Get status KNX on port 12004

\x06\x20\xf0\x80\x00\x11\x04\x00\x00\x00\xf0\x05\x00\x79\x00\x20\x01

Title: Switch ON KNX on port 12004

\x06\x20\xf0\x80\x00\x15\x04\x00\x00\x00\xf0\x06\x00\x22\x00\x01\x00\x22\x03\x01\x01

Title: Get Status Samsung TV on port 7676

GET /nservice/ HTTP/1.1\r\nHost: 192.168.0.184:7678\r\nAccept-Language: en-us\r\nAccept: */*\r\nConnection: keep-alive\r\nAccept-Encoding: *\r\nUser-Agent: myTifi\r\n\r\n

Title: Vol+ 8002_3 Samsung WSS command on port 8002

ws://localhost:9090/myuremote?URL=192.168.0.184:8002/api/v2/channels/samsung.remote.control?name=TestClient&devicetype=SmartViewSDK
{
"method": "ms.remote.control",
"params": {
"Cmd": "Click",
"DataOfCmd": "KEY_VOLUP",
"Option": "false",
"TypeOfRemote": "SendRemoteKey"
}
}

Title: Pairing 8002_3 Samsung WSS command on port 8002

ws://localhost:9090/myuremote?URL=192.168.0.184:8002/api/v2/channels/samsung.remote.control?name=TestClient&devicetype=SmartViewSDK
{"method": "ms.remote.control",
"params": {
"Cmd": "Request",
"DataOfCmd": "Get",
"Option": "All",
"TypeOfRemote": "SendRemoteKey"
}
}

Title: Vol+ 3001 LG WS command on port 3001

ws://localhost:9090/LG?URL=192.168.0.178:3001?name=TestClient&devicetype=ConnectSDK
{
"type": "request",
"id": "2",
"uri": "ssap://audio/volumeUp"
}

Title: Pairing 3001 LG WS command on port 3001

ws://localhost:9090/LG?URL=192.168.0.178:3001?name=TestClient&devicetype=ConnectSDK
{
"type": "request",
"id": "1",
"uri": "ssap://com.webos.service.connectionmanager/requestPairing"
}

Title: PowerON 3001 LG WS command on port 3001

ws://localhost:9090/LG?URL=192.168.0.178:3001?name=TestClient&devicetype=ConnectSDK
{
"type": "request",
"id": "1",
"uri": "ssap://com.webos.service.connectionmanager/requestPairing",
"DataOfCmd": "KEY_POWERON"
}

Title: Simple Ping command on port 8001

ws://localhost:9090/myuremote?URL=192.168.0.132:8001
{"Cmd": "Click", "DataOfCmd": "Ping"}

Title: Vol+ Android TV 6466

ws://localhost:9090/myuremote?URL=192.168.0.219:6466/api/v2/channels/android.remote.control&name=MyURemote&devicetype=AndroidTVSDK
{
"command":"sendKey",
"params":{
"keyCode":"KEYCODE_VOLUME_UP"
}
}

Title: ON Android TV 6466

ws://localhost:9090/myuremote?URL=192.168.0.219:6466/api/v2/channels/android.remote.control&name=MyURemote&devicetype=AndroidTVSDK
{
"command":"sendKey",
"params":{
"keyCode":"KEYCODE_POWER_ON"
}
}

Title: ON Android TV 6466

ws://localhost:9090/myuremote?URL=192.168.0.219:6466/api/v2/channels/android.remote.control&name=MyURemote&devicetype=AndroidTVSDK
{
"command":"sendKey",
"params":{
"keyCode":"KEYCODE_POWER_OFF"
}
}