Ehsan 0 Posted March 19, 2015 Share Posted March 19, 2015 I was wondering if anybody used mDNS function in energia for CC3200? If yes, could you please provide a simple example. Thanks Quote Link to post Share on other sites
energia 484 Posted March 19, 2015 Share Posted March 19, 2015 mDNS is not implemented in the WiFi library. You can use the sl_NetAppMDNSxxx SimpleLink API however. There is an example here: https://github.com/tawarisch/Wifly_Light/blob/master/cc3200/example/mdns/main.c Look for mDNS_Task() Robert Ehsan 1 Quote Link to post Share on other sites
Ehsan 0 Posted March 19, 2015 Author Share Posted March 19, 2015 mDNS is not implemented in the WiFi library. You can use the sl_NetAppMDNSxxx SimpleLink API however. There is an example here: https://github.com/tawarisch/Wifly_Light/blob/master/cc3200/example/mdns/main.c Look for mDNS_Task() Robert Thanks a lot for your help. Ehsan Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.