Click here to Skip to main content
15,894,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need my PC to comunicate whith other devices which found on the same wirless network?

I don't know about any libraries or functions which may help me, this is the first time which I will deal with this type of programming?

If any one tell from where can I start?, I will be very thankful for him.

I need code examples if it is possible.

Thanks in advance.
Posted
Comments
BobJanova 28-Sep-11 10:31am    
Do you mean within the same Windows network? The same router subnet? Low level wireless-specific communication (probably not)?
muathvb1 28-Sep-11 10:56am    
may be same router subnet, or differnet subnets on the same router
BobJanova 28-Sep-11 12:06pm    
Then you probably just want normal TCP or UDP communication. There's plenty of resources here on CP about both.

1 solution

Basically all you need to do is treat it like another IP device and use normal IP communication. Ignore the fact that it's wireless other than for error checking to make sure you got the signal through ... from your codes perspective wired or wireless doesn't matter (unless you're doing low level coding which 90% of the time doesn't make sense to try and do).

There is an article here on CP that will give you one of the ways you can set up TCP/IP communications using .Net.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900