02-14-2011 11:16 AM
I try to communicate between computer and laptop via router. Computer connect to router by wire. laptop have Wireless Mini Card. I open udp receiver to connect to router. How to connect to router ? what is net address number ? and what is port number ? how to find them ?
02-14-2011 11:59 AM
02-14-2011 12:06 PM
Linksys wireless-G broadband router with speed booster 2.4GHz 802.11g
02-14-2011 12:15 PM
02-14-2011 12:21 PM
02-14-2011 12:44 PM
I need to comnunicate between two laptop so that I can send data to and receive data from.
02-14-2011 12:54 PM
OK, that is something entirely different!
You should be able to use plain networking. The router is only relevant if it is running NAT and you are trying to connect from the WAN to the LAN side. In this case you need to forward the correct ports on the router due to the target ambiguity.
02-14-2011 01:02 PM
In this case you need to forward the correct ports on the router due to the target ambiguity. how to do this ?
02-14-2011 01:10 PM
02-14-2011 01:53 PM
1. Computer A connect to router via cable . laptop B connect to router via wireless
2. identify net address of them by using String to IP vi function
3. run UDP sender.Vi in Computer A and run UDP receiver .vi in laptopB.
4. then send data from computer A
However, I do not receive any data in Laptop B. Could you help me to solve this issue