Measure Wifi Signal Strength?

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


ADVERTISEMENT

Get Wifi Signal Strength With OpenNetCf In .Net?

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

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

Retrieving Wi-Fi Signal Strength From WMI

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

Get Currently Connected Wi-Fi Network's Signal Strength In Program?

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

Retrieve Connected Wi-Fi Signal Strength And SSID Without WMI?

Feb 1, 2012

How to get the SSID and signal strength of the WI-FI network you are connected on?

View 3 Replies

Windows7 Current SSID & Signal Strength

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

Capture Raw Signal From WiFi Card As Would A Sound Card

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

How To Check Password Strength

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

Make A Password Strength Meter In 2008 Express?

Feb 28, 2009

How to make a password strength meter in vb 2008 express

View 2 Replies

Something Other Than Wifi?

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

Detect WiFi Available Networks In .NET?

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

Send Data From PDA To PC Via WiFi?

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

List Up All Connected Pc To Router (wifi )?

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

C# - Limit Wifi Access Using .net Application?

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

Obtaining WiFi Network Information?

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

Wireless Communication In Two Computer Using Wifi?

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

Code For Sending Data From Android To VB Through Wifi?

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

Obtain WIFI Access Point Information?

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

Cannot Measure String Correctly

Jun 30, 2009

I don't know how many different ways I have tried to do this, it never spaces the strings right.[code]...

View 4 Replies

Measure A Path's Length?

Dec 2, 2009

I have some problems that about GraphicsPath:

How to measure a path's length?

How to insert a point along the path without changing its pattern?

and how to get a nearest point along the path with a given point?
or

get a on-path-point with a given percentage of the length of the path,
e.g.: 3/4 of Path(new point(){(0,0),(2,4)}) = (1.5,3)
(like Adobe Flash, the object can follow a path to move.)

I have tried to measure length with Graphicspath.flatten, but it takes time and not accurate enough. Is there a formula to do that?

View 4 Replies

Measure TCP Connection Speed?

Apr 14, 2011

I have a TCP connection set up and I know how much data is coming in etc. I was wondering if there was a direct way to measure the current bit rate or a best practice to measure it accurately, say over a couple of seconds?

View 2 Replies

Measure Voltage And Current?

Apr 13, 2012

get sample code by using NI-6009 to measure voltage(Vrms) and Curent (Irms) . Before this i'm trying to make code with using example in National Instrument VB2010.But i still can't display the right values of voltage(Vrms) and Current (Irms) from waveform that I used.The data comes from data acquisition grid in source array i used to plot sinus waveform.But the problem is I don't know how to measure voltage(Vrms) and Curent (Irms) from that waveform. I am also don't know how to start programming between NI-6009 DAQ Card and Visual Basic 2010 Express.

View 1 Replies

C# - Push Website From Server To Client Using Wifi Connection?

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

Send Data(text,images,etc) Via Wifi To Pda Or Another Computer?

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

How To Measure Time Spans Accurately

Aug 9, 2011

I have a VB.NET application that executes a test when the user clicks a "Start" button. The application communicates back and forth with a USB device and eventually stops when the USB device sends back a specific trigger, or if the user chooses to cancel the test. I would like to measure the time elapsed during each test and display it to the screen.The program is significantly complex and I have several timers that control sampling rate, the frequency of the output, the frequency of signals in a calibration method, etc.I tried two approaches so far, both of which led to invalid time measurements. I say they're invalid because I used several stopwatches I know to be accurate in addition to the system clock (the clock with a second hand that pops up when you double click the time in the bottom right hand corner of Windows XP) to measure the actual time of each test. Consistently, my program will indicate more time has passed than actually has.I tried simply dividing the number of samples I took by the the sampling frequency. I got back a time that was about 1.33 times greater than the actual time. This ratio would change with different frequencies, and even with the same frequency from day to day.

I tried using the DateTimePicker in my main form to measure the time passage. At the start of the test I'd record the start time, startTime = DateAndTimePicker1.value, at the end of the test I'd record the end time, endTime = DateAndTimePicker1.value, and then I'd set the text of a label equal to their difference, TestDurationLabel.text = (endTime - startTime).ToString. I initialized startTime and endTime as Dates. I get back a time that is about 1.2 times greater than the actual time.

View 4 Replies

IDE :: Measure Webbrowser Component Inactivity?

Sep 7, 2009

As I've noted in another thread I'm trying to put together a secured kiosk app for access to our college library catalogue.I've managed to do most of the stuff with little fuss but, given that I'm not much of a programmer, I'm having a bit of trouble with certain features I'd like to incorporate.One of them is that I'd like the webbrowser control to return to the components designated homepage after 5 minutes of inactivity.

View 2 Replies

Measure Download/Upload Speed?

Sep 26, 2009

Well an alternative way is by just showing the connection speed which is:

Dim AllNetConn() As NetworkInterface = NetworkInterface.GetAllNetworkInterfaces
Dim IntConnSpeed As Integer = AllNetConn(0).Speed / 1024
Dim StrConnSpeed As String = IntConnSpeed & " Kbps"

[Code]....

But i need something more specific like the download/upload speed.. I know that i could make my program download a file with the size of 100kb and measure how much time it took to download but i dont know how to measure the time...

View 3 Replies

VS 2008 Measure Mic Sound Input?

Aug 5, 2009

I am wondering if anyone can point me in the right direction.

I would like to add mic input into my application.

I am thinking of having text boxes in a vertical row. When the user speaks into the microphone the text boxes will be filled according sound level.

I could find anything that does this using the .Net framework.

View 8 Replies

VS 2008 - Creating Remote To Turn Up / Down System Volume Via WiFi

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







Copyrights 2005-15 www.BigResource.com, All rights reserved