I want to develop an application which will act as a repeater between two computers in wireless network. for example if there are three computers in a wireless network A, B, and C, now if A wants to send some data to C, It sends it to B which then transfer it to C.
Now I know it can be done using sockets, but i also need to receive all the acknowledgement sent by C to A through B only, I can't find anything in socket to recieve ACKs.
So, I m confuse wether to use socket or some other APIs, may be some thing that communicate directly to the wireless adapter ????
Thank in Advance,
Now I know it can be done using sockets, but i also need to receive all the acknowledgement sent by C to A through B only, I can't find anything in socket to recieve ACKs.
So, I m confuse wether to use socket or some other APIs, may be some thing that communicate directly to the wireless adapter ????
Thank in Advance,
Comment