We are developing a product with the CC3220MODASF device in it. We intend to have our product present the WiFi as an Access Point.
Our firmware is based on the network_terminal example and I was reading about and wanting to try the mDNS to advertise our product device name.
Working with the network_Terminal example I found I could only get the mDNS server to turn on with out reporting an error if I made the CC3220 a STA and connected to the WiFI network here at work. Then I was able to set up the mDNS and find the launchpad with a Bonjour Browser application on my desk top computer.
Here are the commands to set up the Launchpad:
wlanconnect -s "ournetworkSSID" -t WPA/WPA2 -p "ournetworkPW"
mdnsadvertise -n Launchpad5D1B -st Turbo -so "UDP" -t "Entabulator" -p 5052
Here is the Bonjour Browser output.
Note the browser is reporting _http._tcp even though I set the service for UDP above.
Is there a way to run the mDNS on the CC3220 when it is in AP mode?
Does anyone know of a mDNS client that reports all of the fields of data in the mDNS protocol?
Note search for Hobbyist Software to find the down load for the free Bonjour Browser.
