This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to sniff 2G/3G/4G signals

Dear ARM friends,

I want to capture 2G/3G/4G signals, from mobile phones or stations, by mobile phone or PC.

I want to use signal strength for indoor positioning.

It is relatively easy to capture WiFi and Bluetooth signals by mobile phone or PC.

If you have any suggestions, please tell me.

I want to hear from you!

Honggui Li

China

Parents
  • If you're strictly looking for received signal strength (RSSI) for indoor positioning, there are APIs in most major mobile operating systems to do so. If you wish to capture or sniff data, that is a different topic.

    RSSI and signal to noise ratio APIs for Android are well documented though baseband support on devices that have not passed the Android Compatibility Test Suite may have variable support for these APIs.

    SignalStrength | Android Developers

Reply
  • If you're strictly looking for received signal strength (RSSI) for indoor positioning, there are APIs in most major mobile operating systems to do so. If you wish to capture or sniff data, that is a different topic.

    RSSI and signal to noise ratio APIs for Android are well documented though baseband support on devices that have not passed the Android Compatibility Test Suite may have variable support for these APIs.

    SignalStrength | Android Developers

Children