I am wondering if we might ever get Rayhunter to operate on something like a LILYGO T-Call A7670 4G 2G ESP32 dev board, etc. I envision turning up a few in my neighborhood, perhaps powered via solar/batteries, that could monitor for attacks and then do something with their GPIOs; flash an LED, etc.
I’d love to play around with it but unless the t-call happens to run a qualcomm baseband or has some other way to get a raw feed of the cellular data its unlikely. That said I’m obsessed with ESP-32 as a platform and would love to have a way to connect an ESP-32 to rayhunter.
This board might be capable: https://github.com/QuickSpot/walter-documentation
This board isn’t a good fit because the modem only supports NB-IOT and LTE-M which are IOT standards and not general telephony.
With the latest release (v0.11.1), one can now configure wifi client mode to have the device connect to something, allowing it to then send ntfy pushes. This resolved my use case.
Phone in my pocket, Orbic somewhere on my person, tethered to my phone via wifi hotspot. Any detections are shipped to ntfy, where my phone (and other devices elsewhere) pickup the alert. Quite neat 😄