Skip to content

igorskh/react-spectrum-allocation-diagram

Repository files navigation

Interactive Spectrum Allocation Diagram

Description

This website is an interactive overview of the spectrum allocation in Germany based on the Bundesnetzagentur document and 3GPP TS for E-UTRA and 5G NR.

Feel free to submit issues and suggestions for improvement in the corresponding GitHub section.

main view

Figure 1 Web application main view

3gpp bands overview

Figure 2 3GPP bands overview for a selected block

measurement result

Figure 3 Live measurement snapshot

Build and run

This website is bootstraped with create-react-app.

In order to run project:

npm start

To create a production build:

npm build