Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top