Synacktiv-contrib / Modmobjam

A smart jamming proof of concept for mobile equipments that could be powered with Modmobmap tool
84 stars 66 forks source link

Smartjam doesn't read cells file from bladeRF #10

Open yesimxev opened 3 years ago

yesimxev commented 3 years ago

There are some issues with smartjam_rpcclient, but I can't find what is wrong. Previosly, cells.json saved from Samsung S5 was ok to use, if all running with bladeRF, no success.

After correcting power output issues like "POWER": "-19.1 dBm\n\u0000", example entry in a .json should be working:

{
    "123-1234": {
        "FREQ": "1815.6 MHz", 
        "PLMN": "-1", 
        "POWER": "-32.8 dBm", 
        "eARFCN": 1234, 
        "type": "4G"
    }
}   
python3 smartjam_rpcclient.py -f ../Modmobmap/cells/cells_1631840103.json                                                                                
None
None
None
None
None
None
None
yesimxev commented 3 years ago

Figured out, the cells.json has the band missing but I couldn't figure out a patch for cell_search_modmobmap.c