Do I need to have a TCP/IP stack running on the host platform in order to work with CC3000?
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.
Do I need to have a TCP/IP stack running on the host platform in order to work with CC3000?
Hi Sunnar,
We support a DNS client so given a name you can get an IP address of the server, by using gethostbyname API.
The ARP is a regular ARP protocol and there are no API's there for operating it.
Can you please elaborate what do you want to do with ARP?
Regards
Igor
Hi Igor,
thank you ! I just want to bind a name to my CC3000.so i can connect to the CC3000 which i care ,by name ignore it's IP, when i setting three or more CC3000 use DHCP at the same timecon.
For the ARP i do not need CC3000 to provide API function, i will run it on commputer ,for example arp -a. but this means is complicated
sunnar
Hi Sunnar,
I think that the best way in this case is to use CC3000 as clients and connect to server side.
Regards
Igor