WiFi CC3000 TCP Stack

Adafruit Ethernet, Motor, Proto, Wave, Datalogger, GPS Shields - etc!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
ProfessorJMK
 
Posts: 14
Joined: Tue Mar 17, 2015 12:40 pm

WiFi CC3000 TCP Stack

Post by ProfessorJMK »

Can I use FTP or UDP on the CC3000?

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: WiFi CC3000 TCP Stack

Post by adafruit_support_mike »

Yeah, they'll both work.

To use UDP you have to dig into the lower-level function stack, but this post has working code for a UDP listener: http://forums.adafruit.com/viewtopic.ph ... 90#p352547

FTP is a higher-level protocol, so you'll need to generate the messages at that level in your own code.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino Shields from Adafruit”