Skip to content

[ESP450]

List available ESP3D modules/ ESP3D related devices around

[ESP450] json=(no) pwd=(admin password)

  • json=no the output format can be in JSON or plain text

  • pwd=(admin password) the admin password if authentication is enabled

  • In json format
{
"cmd":"450",
"status":"ok",
"data":[
{
"Hostname":"esp3d-tft",
"IP":"192.168.1.108",
"port":"80",
"TxT":[
{"key":"version","value":"1.0.0.a18"},
{"key":"firmware","value":"ESP3D-TFT"}
]
}
]
}
  • cmd Id of requested command, should be 450
  • status status of command, should be ok
  • data content of response, here the list of modules detected with hostname, IP, port and TXT record
  • plain text format
Start Scan
esp3d-tft (192.168.1.108:80) version=1.0.0.a18,firmware=ESP3D-TFT
End Scan