• November 05, 2024, 02:32:53 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: mdns over wlan and mydlink cloud (Wlan) issues  (Read 2622 times)

fnords

  • Level 1 Member
  • *
  • Posts: 6
mdns over wlan and mydlink cloud (Wlan) issues
« on: May 04, 2014, 02:54:00 PM »

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 #
##########################
Logged