Hiya,
Have a client with a FXT009 (Q26) with an ethernet IESM card. They want to run a TCP server on the module, but only listen to the Ethernet bearer.
I can open the ethernet and GPRS bearers OK, but how do I bind a TCP server ONLY to the Ethernet bearer.
The API for opening a TCP Server is as follows:
wip_channel_t wip_TCPServerCreate ( u16 port,
wip_eventHandler_f spawnedHandler,
void *ctx );
which gives the option for the port to listen on, but not the bearer/network interface.
Is this possible? What have I missed?
The client does not want the TCP server to listen on the GPRS (public) network interface…
ciao, Dave