Skip to content
View GlomarGadaffi's full-sized avatar
💭
I fink ur phreaky and I like u a lot.
💭
I fink ur phreaky and I like u a lot.

Block or report GlomarGadaffi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
GlomarGadaffi/README.md

Glomar

Small radios, mostly. Embedded RF and wireless security, plus the telephony, mesh, and scanner plumbing around it. ESP32, LoRa, SIP, Meshtastic. And a cat, allegedly.

Telephony

  • pocket-dial · C++17 SIP registrar + PBX for ESP32-S3 and desktop. Point any SIP phone at it and start calling.
  • pocket-dial-handset · ESP32-S3 SIP handset: push-to-talk G.711 over Wi-Fi, registers to pocket-dial.
  • resiprocate · vendored reSIProcate: SIP / ICE / TURN / STUN / RTP stack.

Wi-Fi / BLE

  • wifi-ble-marauder · ESP-IDF Wi-Fi/BLE security tool: 5 GHz deauth, Thread/Matter/Zigbee, BLE 5 extended adv. No Arduino.
  • deauth-detector · distributed 802.11 attack detector with a LoRa back-haul.
  • wigle-wardriver · Wi-Fi/BLE wardriver for Wigle.net, GPS-tagged scans to SD.
  • esp32s3-mgmt-scanner · high-throughput passive 802.11 management-frame scanner for ESP32-S3.
  • ble-sign-beacon · broadcast a short message as a BLE advertisement. Deliberately visible, not hidden.

LoRa / RF

  • lora-rf-toolkit · LoRa RF reverse-engineering: sweep, I/Q capture, chirp and parameter analysis on SX1262.
  • fsk-walkie-talkie · voice-over-FSK walkie-talkie (Codec2 + SX1262).

Scanner (Uniden BCD325P2)

  • bcd325p2-protocol · serial command-protocol reference for the BCD325P2.
  • bcd325-splunk-addon · Splunk add-on: ingest serial RF telemetry, parse P25/EDACS, emit indexed JSON.
  • bcd325-dashboard · decode, visualize, and persist BCD325P2 telemetry (archive + real-time modes).
  • p25-trunk-logger · P25 trunked-radio control-channel logger; builds trunk-recorder configs from RadioReference.

Mesh / radio networking

  • meshtap · passive Meshtastic capture to BigQuery over cellular MQTT.
  • reticulum · vendored Reticulum: cryptography-based mesh networking over LoRa, packet radio, serial, TCP.
  • rfparty · vendored rfparty: wireless situational-awareness dashboard for BLE/Wi-Fi telemetry.

Mobile hotspot

  • orbic-toolkit · universal root-access & payload installer for the Orbic RC400L ARMv7 hotspot. Exploits SetRemoteAccessCfg, pushes any ARM binary as a managed busybox init service. Network or USB path.

Networking

  • ESP32_AdBlocker_Reborn · native ESP-IDF DNS sinkhole for ESP32-S3 + W5500: full OISD blocklist in PSRAM, SD instant-boot, and an L2 fast-path that answers blocked queries in ~1.8 ms without touching lwIP.

Comms / crypto

  • tor-voice · encrypted voice over Tor: in-process Arti onion service + Opus + Noise, no daemons.
  • glossh · minimal SSH 2.0 server for ESP-IDF on PSA Crypto (curve25519 / aes256-gcm / ecdsa-p256).
  • esp-secure-transport · MIT/PD secure-transport stack for ESP-IDF. Paused in favor of glossh; kept for reference.

Hardware / tooling

  • jc3248-display-driver · ESP-IDF driver + bring-up for the Guition JC3248W535EN (ESP32-S3, AXS15231B QSPI 320x480).

Agents / data

  • esp32-ai-agent · ESP32 AI agent with persistent memory and an offline rule engine; configure over Telegram / serial / NATS.
  • ask-the-logs · natural-language queries over BigQuery via Google ADK + Gemini.

Synthetic demos

  • deanon-demo · what ~$900 of commodity hardware can reconstruct about multi-channel pseudonymity. Synthetic data only.
  • sentinel-node-demo · synthetic demo of second- and third-order surveillance / counter-surveillance effects. Synthetic data only.

Other

  • rdp-publisher-cert · provisions a publisher certificate for .rdp files: self-signed cert, Group Policy, consent-prompt bypass.

Popular repositories Loading

  1. pocket-dial pocket-dial Public

    C++17 SIP registrar and PBX for ESP32-S3 (WiFi, W5500, LAN8720) and desktop. Point any SIP phone at it and start calling. Hobbyist-first, field-deployable.

    C++ 8 1

  2. pocket-dial-handset pocket-dial-handset Public

    ESP32-S3 SIP voice endpoint: push-to-talk G.711 over Wi-Fi, peer-to-peer RTP. registers to the pocket-dial SIP server.

    C++ 1 1

  3. wifi-ble-marauder wifi-ble-marauder Public

    Pure ESP-IDF 6.0.1 WiFi/BLE security tool: 5GHz deauth, Thread/Matter scanning, BLE 5.0 ext adv. No Arduino.

    C 1

  4. GlomarGadaffi GlomarGadaffi Public

    1

  5. t-mixrf-idf t-mixrf-idf Public

    Pure ESP-IDF driver suite for LILYGO T-MixRF: LR1121 dual-band LoRa, CC1101 sub-GHz, nRF24L01+, ST25R3916 NFC on ESP32-S3

    C 1

  6. fsk-walkie-talkie fsk-walkie-talkie Public

    voice-over-FSK walkie-talkie on ESP32-S3 + SX1262. Codec2 3200, 19.2 kbps FSK.