Skip to content

TELECOM TOWER POWER

Radio link planning API backed by live ANATEL data.

Try the API

Enterprise-grade RF screening — a complement to the Tier-1 stack

Telecom Tower Power is an enterprise-grade RF screening and preliminary-planning platform. It accelerates pre-RFP scoping, cross-carrier interference analysis, and coverage triage. It does not replace ATOLL, Planet, Asset or CelPlan for ANATEL licensing or final RAN design — those require calibrated national drive-test and 3–8 dB accuracy.

Inside the drive-test-calibrated envelope (5G NR n78 3.5 GHz + LTE B28 700 MHz/B1/B3/B7 (Vivo, TIM, Claro), suburban/urban Brasília), TTP's learned model — trained on 71,965 real drive-test observations — reports 7.86 dB spatial-CV RMSE (h3_res8 group folds, k=5) with an artefact-calibrated band of ±12.56 dB — in production the band actually applied is ±14.57 to ±22.12 dB depending on signal class (field override, origin: automatic field recalibration, applied 2026-09-07; verify live: GET /coverage/effective-band) — screening grade, gates verifiable live at GET /coverage/promotion-readiness. Outside the envelope the ridge fallback reports ~14.9 dB CV with explicit extrapolation refusal (see the technical validation & limitations).

  • Full physical 3D ray-tracing (Sionna RT)
  • Native MOCN + MIMO
  • Advanced multi-operator interference analysis (a capability internal Tier-1 stacks structurally lack, because they see only their own spectrum)
  • Canary deploy + auto-rollback driven by drift detection
  • SSO (SAML/OIDC) + SCIM
  • Multi-tenancy + granular RBAC
  • Overage billing + per-tenant quotas
  • Full LGPD/DSAR (export + automatic hard-delete)

No longer a rural-WISP-only tool — an enterprise-grade RF platform that complements, and does not replace, the Tier-1 macro-planning stack.

Where TTP fits alongside Atoll/Planet →{ .md-button .md-button--primary }

Data Privacy and Isolation

  • Tower data: 100% public (ANATEL + OpenCellID).
  • No carrier-proprietary data is stored, processed, or shared.
  • Internal uploads require IP allowlist + MFA + full audit trail.

Interface and Access

  • Modern React + Tailwind UI
  • Automatic dark mode
  • SSO (SAML/OIDC), MFA, and granular RBAC

What it is

A REST API that answers the question every ISP, RF consultant and carrier asks every day:

"Is there a tower that can serve this address, with line of sight and enough link margin?"

We return the answer in milliseconds by querying 140,498 geolocated towers (ANATEL + OpenCelliD), cross-referencing SRTM 90m terrain, and — optionally — producing a natural-language technical statement via AI.

In 30 seconds

curl -X POST https://api.telecomtowerpower.com.br/analyze_link \
  -H "X-API-Key: demo_ttp_free_2604" \
  -H "Content-Type: application/json" \
  -d '{
    "receiver": {"lat": -20.5, "lon": -41.9, "height": 5},
    "frequency_mhz": 700,
    "max_distance_km": 30
  }'

Trimmed response:

{
  "best_tower": {
    "operator": "VIVO",
    "distance_km": 6.8,
    "azimuth_deg": 142,
    "los_clear": true,
    "fresnel_ok": true,
    "path_loss_db": 106.2,
    "link_margin_db": 18.3
  },
  "alternatives": [ ... 5 more towers ... ]
}

Next