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.

CC3200: Http Server: How many web clients can connect to http server in AP mode at a same time?

Part Number: CC3200

I'm running http server on cc3200,so it can serve a webpage to the web client who is connected to it in AP-mode. So I wanted to know, How many web clients can connect to http server in AP mode? How can  multiple clients connect to it at a same time?

Thanks.

  • Hi Techinspired,

    The CC3200 can only support one station in AP mode. The CC3220 can support four. You also have the option of hosting the HTTP server on a station and connect it to an AP. Then other stations can connect to the AP to access the HTTP server. Please see Case 2 Station Mode: processors.wiki.ti.com/.../CC3200_HTTP_Server

    Best regards,
    Sarah
  • Hi Techinspired,

    - As I know internal webserver in CC3200 (in NWP) support only one TCP socket.
    - In case of http server in host processor and used all sockets you can have webserver with 7 client sockets (1 listening socket + 7 client sockets).

    Jan

  • Hi Sarah,

    Thanks for your reply!

    As of now, I want cc3200 to be in AP mode only. Is there any other option of hosting the HTTP server on cc3200 like AP+STA mode?

    Best Regards.
    Techinspired
  • Hi Techinspired,

    AP+STA mode is not supported by CC3200 or CC3220. If you need device with support STA+AP you you look to devices from competing companies (ESP8266/ESP32 or Wiced from Cypress).

    Jan
  • Hi Jan,

    Thanks for your reply!

    Can you guide me about how to implement HTTP server in CC3200 host processor, Is there any sample example which implements it?

    Best Regards,
    Techinspired
  • Hi Techinspired,

    Please see websock_camera example in SDK. In this example is used http server in host.

    Jan
  • Hi Jan,

    Thanks for your reply! I will go through the websock_camera example in SDK and will get back to you.

    -Techinspired