UncleRonin
Well-known member
Alright then. We all know how about WiFi and how wonderful it is but there's plenty of stuff we don't know about it. The main purpose of this thread is that I was hoping that folks in the know could explain a few basic things about it.
Wireless LAN's. Okay, so you have a laptop or PDA and you connect to a wireless LAN (I assume that a WLAN is best setup using DHCP?). This WLAN will use TCP/IP as its standard protocol? Now, say for example that you want to write a chat app so that folks on the WLAN can communicate through WiFi as though it is a normal LAN. Am I right in saying that this will behave in exactly the same way as with a normal LAN - with TCPClients and TCPListeners? So as long as there is a server app running (on the WLAN) which handles the connections all will be well.
WLAN server. Say you have a bunch of access points and want to set up a WLAN. How would you go about doing this? As far as I know, the AP's get given an IP on the normal LAN and they create a Virtual LAN? I know that for positioning engines and things like that you have to have the engine server running on a PC somewhere but what sort of app or server governs the WLAN itself?
Probably the most important question of all: How do you communicate from a PC on the LAN to a PC on the WLAN? Will you use an intermediate PC? So if you want to use this chat program, the PC on the LAN will send a message to the server (connected to both the LAN and WLAN - is this possible?) which will then communicate that message to the target device on the WLAN.
Sorry if I haven't explained myself very well. The reason I am asking is because I need to set up a WLAN and then use it for my Honours project. (The chat app is an example!) I am terrible at search engines and the folks here at VBdotnetforums have always been lank helpful in the past so I though I'd ask here first. If anyone can help me out or point me in the right direction I would really appreciate it. It's kinda a matter of my Honours project's life or death!
Wireless LAN's. Okay, so you have a laptop or PDA and you connect to a wireless LAN (I assume that a WLAN is best setup using DHCP?). This WLAN will use TCP/IP as its standard protocol? Now, say for example that you want to write a chat app so that folks on the WLAN can communicate through WiFi as though it is a normal LAN. Am I right in saying that this will behave in exactly the same way as with a normal LAN - with TCPClients and TCPListeners? So as long as there is a server app running (on the WLAN) which handles the connections all will be well.
WLAN server. Say you have a bunch of access points and want to set up a WLAN. How would you go about doing this? As far as I know, the AP's get given an IP on the normal LAN and they create a Virtual LAN? I know that for positioning engines and things like that you have to have the engine server running on a PC somewhere but what sort of app or server governs the WLAN itself?
Probably the most important question of all: How do you communicate from a PC on the LAN to a PC on the WLAN? Will you use an intermediate PC? So if you want to use this chat program, the PC on the LAN will send a message to the server (connected to both the LAN and WLAN - is this possible?) which will then communicate that message to the target device on the WLAN.
Sorry if I haven't explained myself very well. The reason I am asking is because I need to set up a WLAN and then use it for my Honours project. (The chat app is an example!) I am terrible at search engines and the folks here at VBdotnetforums have always been lank helpful in the past so I though I'd ask here first. If anyone can help me out or point me in the right direction I would really appreciate it. It's kinda a matter of my Honours project's life or death!