Click here to Skip to main content
15,885,195 members
Everything / WiFi

WiFi

WiFi

Great Reads

by deangi
DIY GPS Location Tracker
by Kornfeld Eliyahu Peter
The RFID reader idea that never made it...
by Intel
Play audio from your Intel® Edison via Bluetooth using Advanced Audio Distribution Profile (A2DP)
by Intel
In this guide you’ll setup network access to your Intel® Edison Board and obtain an IP address.

Latest Articles

by deangi
Monitoring AC loads with CT sensors
by deangi
DIY GPS Location Tracker
by honey the codewitch
An advanced network connected clock that puts the Arduino through its paces
by Antagony
Schedule a task to run this script, which checks whether Windows has [re]connected to the specified router after startup, sleep, or hibernation – and attempt to connect if not.

All Articles

Sort by Score

WiFi 

21 Nov 2023 by deangi
DIY GPS Location Tracker
23 Jun 2018 by Kornfeld Eliyahu Peter
The RFID reader idea that never made it...
8 May 2015 by Intel
Play audio from your Intel® Edison via Bluetooth using Advanced Audio Distribution Profile (A2DP)
2 Jun 2015 by OriginalGriff
There is no legitimate reasons for doing that that I can think of. Which means it's malicious activity, most likely.We do not condone, support or assist in the production of malicious code in any way, form or manner. This is a professional site for professional developers. If you want to...
24 Aug 2015 by Dave Kreskowiak
There is no assembly to add a reference to. NativeWifi is part of Windows and accessible through P/Invoking the various functions. There is no assembly in the .NET Framework that wraps that functionality.There is, however, a third party wrapper you can use here[^], though it hasn't been...
3 Jul 2018 by Ammar Shaukat
I've found the solution. using WifiAdapter class in UWP, you can get all the necessary information using C# in UWP. here is the complete guide to use this class.
3 Jan 2013 by Chattrawit Jayz Cpe
My project is about implementing the project which can detect cellphone such as Bluetooth MAC address, Wifi MAC address and etc.any technology suggestion?
4 Sep 2013 by JackDingler
You may be able to do it through WMI. I've used it in the past to collect remote data.If not, you'll have to write client apps, that collect the data and send it to your server.You'll have to build your app by pulling together pieces of work others have done. It's unlikely that someone...
8 May 2015 by Intel
In this guide you’ll setup network access to your Intel® Edison Board and obtain an IP address.
14 Oct 2015 by Kornfeld Eliyahu Peter
I have been asked to check a possible setup to a RFID reader system...The basic idea is 1-3 antennas connected to a reader module, that talks to a card-sized computer (Arduino like), that card-sized computer will talk to a server via WiFi (REST over HTTPS)...Or on the other way around the...
14 Oct 2015 by Garth J Lancaster
1. how long is a piece of string - reliability ? are we talking remote/out in the field or in an office, do you have 240VAC (or equivalent) power ? If you are 'remote' and stable WiFi & Internet connection is going to be difficult but there is mobile/'Cell' coverage you could think about a ...
3 Jul 2018 by Ammar Shaukat
I'm working on a C# .NET Framework Application. I've to get Information about Wifi like Wifi SSID Wifi SSID Mac Wifi Local IP Wifi DNS1 and DNS2 Wifi External IP Wifi DHCP Server Wifi Gateway Wifi Link Speed etc Is there any modern C# API available for windows? What I have tried: ...
22 Jan 2019 by OriginalGriff
Quote: he/she can easily go to WiFi settings of the phone and share QR code of that credentials to others. How my app or I can secure this password? Is it not a security threat? You can't: it's a system wide function and by design. If they install the appropriate app they get the password as a...
21 Apr 2019 by Michael Haephrati
You can check the following source code examples which focus on WiFi as you requested (though Richard MacCutchan is right about the clarity of your question). windows - Connect to Wi-Fi C++ - Stack Overflow[^] and also check: WlanGetAvailableNetworkList function (wlanapi.h) | Microsoft Docs[^]
5 Sep 2019 by OriginalGriff
Each time someone tried to log in, you record the UserID, outcome (OK / Reject), and a timestamp (and maybe where the login attempt was from, if that is relevant) in a DB. You probably shouldn't store the password they used (or even the hash of teh password) for the same security reasons that...
28 Aug 2012 by kannan 2
Hai All, I am having wi-fi connection in my office, and how to send any file to my office system or receive from there..??? Please clear my full doubt..?? My full system details are Windows 7 in both systems.. Both are capable of Wi-Fi 802.11 connection Laptops...
13 Sep 2012 by Jenkybumba11
It is possible to connect with multiple 802.11 signals switching the profile loaded to the wireless driver instead of creating multiple instances of the same driver?
29 Sep 2012 by psybuzz
Objective Program: Making a program to send a message in txt to your friend's computer over wifi without having the user to manually create/connect to networks.(not for a class assignment or work by the way)I've doing some research on this problem, and encountered a lot of things that I...
26 Dec 2012 by Ritika Sharma
Hi, I am a newbee and am making an app for self-localization of the android device using Wifi. In this, I need to detect different Wifis and using the signal strengths I need to find the location of the device and display it on the map. Can you guide me through it?
26 Dec 2012 by ridoy
http://stackoverflow.com/questions/1781122/android-detect-locatoin-using-wifi[^]http://stackoverflow.com/questions/10172831/get-location-details-using-wifi[^]http://creatingapps.telekomaustria.com/new-android-tutorial-get-location-via-gps-or-wifi.html[^]
3 Jan 2013 by Suvabrata Roy
Detect Bluetooth :http://msdn.microsoft.com/en-us/library/cc510542.aspx[^]Get MAC address :http://community.psion.com/discussions/f/160/t/2351.aspx[^]
11 Jan 2013 by aspCoder2012
Hi all ,am currently doing a project on indoor location and am stuck on how to capture the RSSI and SSID of the avaiable access point in linux . does smeone has a suggestion on how i can do this?
12 Feb 2013 by Atta ur Rehman 1
Hi :), Please can any one help in sharing screen of android phones, I mean to share screen of 1 phone to another android phone through WiFi. Please help. Thanks[Edit: Removed shouting...]
12 Feb 2013 by dachazz
I would try and start here: http://developer.android.com/index.htmlDownloads: http://developer.android.com/sdk/index.htmlForums: https://groups.google.com/forum/?fromgroups#!forum/android-developersThat should get you started
7 Apr 2013 by evanharijanto
Hi everyone, I am a beginner and I would like to ask about this thing. I have a task that I should make a program that can read the WiiMote Signal that connected to PC using bluetooth. Did any of you have any articles or any other things that related to this, or any tutorial?I have...
7 Apr 2013 by SoMad
I remembered seeing an article related to that here on CodeProject. After searching a bit, I found it here:Writing a Sensor Driver for the Wiimote on Windows 7[^].I realize it is not exactly what you are looking for and that it is in C++, but it is a great article, so take a look at it and...
5 May 2013 by evanharijanto
hello everyone, I'd like to ask why is this error occurs.I am trying to get a string data from a device. I have make this code and it runs well when I try to obtain data from a local server, but it stated this error when it connects to the device.java.net.PortUnreachableException: ICMP...
16 May 2013 by Member 10058787
Hi CodeProject,Can you please give me a Hello World code for connecting an application over wifi between laptop & android.The code says Hi from laptop and gets a reply hello from android or another laptop over wifi.Can be as small as possible.But surely needs basic concepts of...
16 May 2013 by Prasad Khandekar
Hello,Have a look at this[^] sample.Regards,
20 Jun 2013 by benhadi
Hi,I'm connected to my wifi network through my Laptop, so my task is to obtain the download and the Upload volume of a Website with C# ?? ( for example: Web site: www.youtube.com - ulpoad: 1254 - download: 25415) Best regardsYassine