Obtain The WIFI Signal Strength & SSID & BSSID?
Nov 22, 2007
I have 3 AP and I want design program to get the SSID & signal strength &BSSID(MAC Adress) for each APi found the some functions to obtain the SSID & signal strength for one AP ,,, i using timer to update every 2 second
SSID
Public Sub SSID()
Try
[code]......
View 7 Replies
ADVERTISEMENT
Feb 1, 2012
How to get the SSID and signal strength of the WI-FI network you are connected on?
View 3 Replies
Sep 22, 2010
I have looked absolutely everywhere for documentation on wifi adapter usage programmatically in any
language, and have found tons of code for Windows Vista and prior. There has not been a single DLL
or code snippet that functioned on my laptop. I suspect it is because I am running Windows7, but
just in case here are my laptop specifications:[code...]
This obviously has some flaws in it, particularly it adds all the values to the same double.
View 3 Replies
Sep 2, 2011
I want to get the wireless signal strength from adapter on Windows CE, VB.Net, Visual studio 2008.I believe opennetcf.net library has to be used.
View 2 Replies
Jan 18, 2009
I was wondering if there is an available script or code in VB that could measure the signal strength of routers. I need an actual number in decibels.
View 4 Replies
Jan 29, 2012
I have a problem with a Management.ManagementObjectCollection object. I can't use a For Each to go through its items, it tells that is not supported...
[Code]...
View 9 Replies
Mar 19, 2010
Does anyone know how can we get the currently connected Wi-Fi network's signal strength in VB.NET?
I am using Windows 7 Ultimate & VS 2005, VS 2008 & VS 2010.
View 4 Replies
Jun 4, 2006
I was wondering if it's possible to access information from within Visual Basic about WIFI connections, such as their SSID, MAC address, ect. I don't know whether I have to add a reference, what commands to use, ect.
View 17 Replies
May 9, 2012
Is it possible to capture the raw signal from a WiFi card in the same way you can capture the signal from a sound card? (I already found code for working with a sound card and for drawing spectrograms) I'm wondering because it would make a cool radio-type project. I'd prefer a solution that integerates well with .net (VB or C#).My basic goal is to capture the ambient radio waves and build a primative "telescope" of sorts. Using the built in computer hardware is just the easiest way to accomplish this. If you have any other suggestions about how to accomplish this goal in a different way please post it as an answer also.
View 1 Replies
Jun 28, 2010
i need a way to find the current SSID of the connected network as there are different settings for the two networks.
View 2 Replies
Mar 16, 2010
I've been looking around, but just can't seem to find any code that checks if a certain wireless network (with an SSID of "HomeWifi," for example) is in range of the computer.
View 1 Replies
Jun 14, 2009
there anyway to retrieve the SSID of the network the pc's currently connected to or the list of available networks? I've googled for examples, but I only find vb.net 2005 examples that don't work in vb.net 2008
View 5 Replies
Jun 8, 2011
i wanted know the vb.net code that checks the password strength on the basis of length ,special characters ,both combined ,numeric,alpha-numeric.
>>contents of form may include: >textbox for password >label or progress bar or trackbar to tell the user the strength(good ,very >good,excellent,poor)
View 12 Replies
Feb 28, 2009
How to make a password strength meter in vb 2008 express
View 2 Replies
Aug 22, 2009
I have wrote an application that works fine using wifi but now i have to come up with something a lot stronger that wifi. I'm talking about a distance of upto half of a mile. The application just receives a small string message once every few minutes.
View 9 Replies
Jan 8, 2010
im wondering how to make a program that will detect the WiFi Networks in range and i can connnect to one,
View 2 Replies
Oct 11, 2009
I have basic VB.net programming.. Now, i want to make a project, the story is: there is a VB app in PDA and VB app in a PC, the database is in the PC. How can our VB app in PDA send data to update the database on PC via WiFi connection?
View 3 Replies
Feb 6, 2012
Is there a way to list up all connected pc to my router (wifi )? Even if they arent on same LAN (like ipod touch). Or list list all user that are using internet? Atm I figured out this code :
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
WebBrowser1.Navigate("http://192.168.15.x/DHCP_Static.asp")[code]....
Which i though was suppose to list connected client but logged on my DS and didnt listed it up. Maybe it doesnt list DS?
View 2 Replies
Aug 30, 2009
Currently following is the setup of my wifi connection.
Laptop 1 ------> Wifi Router <------
Laptop 2
There are about 5 laptops which connect to the wifi router to access internet. Network is password protected so anyone with a valid network key can connect and access internet.
I am planning to develop a local website which will be having a list of username and passwords. I will also remove the password of the wifi network so that anyone can connect.
If a connected system tries to access a web page in the internet then redirect them to a Login page (in the local website) and ask them to login. Once successfully logged i,n the mac id should be added to "Allow" list and monitoring starts. Internet should not be available for those who don't have a valid username and password.
I was thinking about developing the application to block/allow internet access though a vb.net/c# application.
I am okay with the website part. What I would like to know is
How I can block/allow internet access through the .net application. Is it possible in .net or should I be going for an unmanaged code development? If it is possible where is the best place to start? I have experience in winforms development but not much of network programming. Will there be any change in my current wifi setup? May be a new webserver/proxy server which will host the website and the windows application?
View 2 Replies
Jan 9, 2012
I am developing an application to be deployed on an XP Tablet edition PC. I am interested in monitoring information (e.g. Channel, AP MAC Address) about the Access Points that I am connecting to to location where in the facility a given Tablet PC is operating in.I have been unsuccessful in finding any code samples/snippets showing information on how to retrieve this sort of information.
View 1 Replies
Dec 10, 2009
I need to develop a communication between two computer using wireless medium like wifi is there any namespace or control in .net which support this type of communication i know i have to define protocol to understand communication but i need start ......
View 1 Replies
Sep 23, 2011
I want to create a food order system at the restaurant using the android and VB. so the waiter will use Android to transmit data to the cashier who use VB.Is it possible to connect Android to VB?
View 1 Replies
Jan 29, 2011
I want to make an application that can push ads (website) to client..
Here is the case : Client try to connect to internet via wifi. Once the client is connected, server send a website address to client, and a popup (website sent by server) will appear in the client's computer in default browser.
I can list all IP connected to server, but i don't know how to push the website to client
Here is the code to list all IP connected to server : (import System.Net library)
String strHostName = "";
if(args == null || args.Length == 0){
strHostName = Dns.GetHostName();
[Code]....
View 1 Replies
Sep 5, 2009
I'm trying to send some data from one computer to another via Wireless adapter and these data are texts and images?
giving the source code in vb.net?
Or is there any library or reference that i can use in the vb.net?
View 5 Replies
Oct 28, 2009
I am working on a little project for my phone creating some sort of remote to turn up/down my system volume via wifi. The phone will send data to a text field on the website lets say such as "vol up" and the vb app sitting on the computer will be constantly reading this text field for key words like "vol up", "vol down". when it see's a recognized command it reacts by turning the volume up and so on. And one more thing: Is it possible to have a vb app that uses http? E.g., sits on port 80 itself and can be accessed via local ip.
View 8 Replies
Dec 13, 2010
I am trying to capture a tv dvb-s signal via vb.net since a long time now.I have tried to get it work with the Microsoft examples, but no success till yet.I had success with analog tv tuning, but digital tuning is still far away, also I don't find any examples with dvb-s and vb.net or c#.
View 1 Replies
Mar 11, 2010
I want to get the data coming from a weighing scale (rs232 signal) to a vb.net prgram, to a text box
View 1 Replies
Mar 7, 2011
Is it possible to send information to a BackgroundWorker thread while it is running? Here is my scenario: Parent thread calls background thread to send a data request to a database. If it's a big complicated query it can take a while for the db to respond, so putting the db request on the background worker thread is great. My app can do other stuff while the one thread waits for the db.
Now, db responds with beginning of data. I want my background thread to report back meta data about the result set to the parent thread. No problem there, I can use a custom user state object and the ReportProgress method. But now, how to I send a signal from the parent thread back to the worker thread? I want the background thread to wait while the parent thread does something, and then tells the worker thread to keep going or quit. I know how to cancel a background thread, but I want the parent to be able tell the child some information other than "cancel". Here's one way to think about it:
[Code]....
View 10 Replies
May 15, 2009
I need some advises on showing digital signal indicator at this moment I use radio button...but it's then becoming complicated because I have to make them "true" or "false" anytime.
View 24 Replies
Jan 28, 2011
I need a walkthrough to :
1. Get a list of available usb ports
2. Send an output signal through the usb (if possible with variable intervals)
3. Close the usb port (so that no signal (current) comes out )
View 1 Replies