Hello all.
I am using cc3200.
My office AP does not support (multicast DNS) mDNS protocol, Therefore I would like to use DNS (unicast dns).
Is there any way to implement it on cc3200's simplelink?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi victor,
After some checkup I have this conclusions:
I am using sl_NetAppDnsGetHostByName when trying to connect to some server, but when sniffing the AP (using wireshark) I get this:
As you see it says the protocol is mDNS.
Am I doing something wrong? Or maybe the DNS fails, for some reason, and the fall back is mDNS?
Thanks for the help.
tokyo team.
Hi,
mDNS is a built-in function of CC3100/CC3200. mDNS packets are expected. The packets in your packet capture belong to these.
However, the API sl_NetAppDnsGetHostByName() will perform DNS query instead of mDNS. If you run the Getting_Started_with_Wlan_Station SDK example, you'll see the regular DNS query packets tyring to resolve the address "www.ti.com" with port number 53.