Questions tagged [signal-strength]

155 questions
-1
votes
1 answer

Get the dbm in a toast

In my new project I need to show the dbm in a Toast. I have never before worked with the signal strength. I searched a lot on the internet but I did't find any good information. In my imagination it should be very easy, But I can't build something…
user3379235
  • 29
  • 1
  • 6
-1
votes
1 answer

Simulation and visualization of traces and signal on a map

Concept: A database contains the signal strength values of several access points in a building. The values have been collected after a walk through the corridors of the building. Now I want to visualize this route on a floor map with the changes of…
gts13
  • 1,048
  • 1
  • 16
  • 29
-1
votes
1 answer

Finding signal strength for a particular router.

protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); WifiManager mainWifiObj; mainWifiObj = (WifiManager) getSystemService(Context.WIFI_SERVICE); …
Xylo_matic
  • 163
  • 1
  • 2
  • 10
-2
votes
1 answer

Is there any private API that gives WiFi signal strength in iOS 7?

I want to find the WiFi signal strength in iOS 7. I know we cannot do it from any public API, but is there any private API we can use in iOS 7? I read that in iOS 5, we can use private API only when it the device is jailbroken. Is this also the case…
smith willy
  • 73
  • 10
-3
votes
2 answers

Wireless API for Linux in C\C++

I'm trying to find a proper way how to reuse existing implementations of wifi tools(iw) in own code(c\c++). I need to get information about available AccessPoints in range(signal strength, mac addr., etc). I found couple example codes(WEXT and…
diabolusss
  • 29
  • 1
  • 6
1 2 3
10
11