i tried to get mdns hostname using avahi-resolve -r ip.of.cam
but it won't get any mdns host.
i enabled upnp presenting,l but it may work only with LAN port?
i noticed a process called dcs on the cam, listening on port 5978 but only on LAN.
so i modified and added some script to /mydlink
first i made a copy of dcp - dcpw, maybe a ugly workaround to get the pid but ps aux doesn't seem to work on busybox so i added a primitive workaround to start the dcp.
I don't like to troll about the code quality of those dlink products, but this is a serious bug, the cam won't be regconized on WLAN with their own buggy apps itself.
...and still no firmware upgrade.
maybe someone have a better workaround to get dcp running on wlan
file "/mydlink/dcpwrun"
"#!/bin/sh
if [ ! "$(pidof dcpw)" ]
then
/mydlink/dcpw -i wlan0 -m DCS-2332L &
fi
"
File: "/mydlink/mydlink-watch-dog.sh"
"
#!/bin/sh
/mydlink/dcpwrun & >/dev/null
##########################
# mydlink agent checking #
##########################