Hi,
From RTOS 2.00.02.36 tcpEchoCC3100_TivaTM4C123GH6PM sample, I can modify, build and run successfully mDNS (sample from C:\ti\CC3100SDK_1.0.0\cc3100-sdk\examples\mdns) on my board.
The problem is: I can only broadcast single-field text: dev=CC3100 (I use "mDNS Watch" app on iOS to observe the message) while I want to broadcast a multi-field message like example below ("TXT data" field):
I tried many different ways such as "md=light;sf=1", "md=light sf=1", ... or even multiple-register the service by calling sl_NetAppMDNSRegisterService multiple times in which each time contains a field:
Time 1: md=light
Time 2: sf=1
...
but still not successful!
Please show me how I can broadcast a multi-field message for "mDNS Watch" to parse and result like example above.
Thanks in advance.