wiced apsta socket

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Geva_2134536
Level 3
Level 3
First like received First like given

Hello,

Currently I have my board configured as client and running a TCP server on there using wiced_tcp_create_socket. With this function I have to pass the interface and currently passing WICED_STA_INTERFACE which works good.

However I am running in apsta mode so it is a client and access point at the same time. Now I want to give my AP access to the socket as well. What is the best approach to do this, because I can only pass one interface to the wiced_tcp_create_socket.

Is there a way to forward traffic on the same port or create a socket for all interfaces?

I have a murata SN8200 which only support wiced 2.4.1.

Cheers,

Gerard

0 Likes
1 Reply
Anonymous
Not applicable

Hi, clutech:

   There is not way to create a socket for all interfaces. You need to create two sockets for each interface.

0 Likes