// engineering › Cable TV

Cable Network Planner

First-pass cable-TV layout: road-following routes, terrain-adjusted lengths, RF amplifier placement and a costed bill of materials.

MST (Kruskal) + RG-11 6 dB/100m @ 750 MHz; amp when cumulative loss > budget

📡 Cable Network Planner

Plan an optimal cable-TV distribution layout: click the map to place a headend and consumer nodes, and the tool computes road-following routes, terrain-adjusted lengths, RF amplifier placement and a costed bill of materials.

👉 Set your Service Area on the left, then click the map (first click = Headend, next clicks = Consumers) or look up an address.
Headend
Consumers
0
Total Cable
Amplifiers
Materials
Labour
Grand Total

📋 Cable Segments — terrain & routing

No network calculated yet.

⚡ Amplifier Placement — RF physics

Amplifiers placed wherever cumulative RG-11 loss exceeds your budget, not at fixed intervals.

No network calculated yet.

💰 Bill of Materials

No network calculated yet.

⚠️ Reminder: all values above are estimates. Costs are order-of-magnitude only. Cable lengths do not account for rights-of-way, underground utilities, building obstructions, or local codes. A licensed engineer must validate before deployment. Read full disclaimer →

Frequently asked questions

What does this tool actually do?

You drop a headend and consumer nodes on a map, and it sketches a first-pass cable-TV layout: it links them with a minimum-spanning-tree backbone, follows real roads (via OSRM), adjusts cable length for terrain (via Open-Elevation), models RG-11 RF loss to place amplifiers where they are physically needed, and prints a costed bill of materials. It is a learning and early-sketch aid, not a deployable design.

Why does it place amplifiers where it does, instead of at fixed intervals?

It uses real RF physics. RG-11 hardline trunk loses about 6 dB per 100 m at the 750 MHz design frequency, so the tool walks each cable run accumulating loss and inserts an amplifier the moment cumulative loss exceeds the budget you set (default 30 dB). After each amplifier the budget resets. That is how amplifiers are actually spaced in a real HFC network.

What is a Minimum Spanning Tree and why use one here?

An MST is the cheapest set of links that connects every node with no loops. For a cable backbone that means the least total trunk cable needed to reach every consumer from the headend. The tool builds it with Kruskal's algorithm, then refines each chosen link with road routing and terrain so the length estimate is realistic rather than straight-line.

Why might the routes or terrain look wrong sometimes?

Road routing (OSRM) and elevation (Open-Elevation) are free public services that occasionally time out or rate-limit. When routing fails the tool falls back to a straight-line distance; when elevation fails it assumes flat ground. The segment table flags which data source was used for each link, so you can see where a fallback happened.

Can I trust the cost estimates for a real budget?

No. The prices are order-of-magnitude figures in your chosen currency, useful only for the earliest back-of-envelope thinking. Real cable, amplifier, labour and permitting costs vary enormously by country, supplier, terrain and project scale. Always obtain current supplier quotes and a licensed engineer's design before committing money or building anything.