How to write c code to collect data using wifi card

Status
Not open for further replies.

Kaka_fsk

Newbie level 5
Joined
Jul 6, 2006
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,354
wifi c++ example code

Hi, I am planning to write a code which will control wificard to communicate with other devices to do data transfer.

Could anyone pls give me some example code or any hint about controling the wifi card ?

Does Visual C++ have any ActiveX to do such work?

Thanks in advance.
 

how to using wifi with c++

Hi Kaka_fsk,

Writing codes to transfer data through WiFi is the same as
doing it through wire Ethernet.
They communication using IP address & port no.

You may try looking out for example code that
send data through TCP/IP & port.
These 2 component is also known as a socket connection.

Hope this is what you are looking for.
You may try researching for more information on these keyword.

Best Regards,
Siong Boon
 

    Kaka_fsk

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…