Skip to content

FSLobao/RF.Fusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents
  1. About RF.Fusion
  2. Background
  3. Bricks and Blocks
  4. Getting Started
  5. Roadmap
  6. Contributing
  7. License
  8. Additional References

About RF.Fusion

RF.Fusion is an integration framework to manage hardware and data across an Spectrum Monitoring Network.

Although conceived with such network in mind, most of the modules could be easily adapted to suit other needs associated with data collection from any distributed automated sensor network, providing a base for projects such as those related to smart cities and environment monitoring.

Modules were constructed with the idea of maximizing code reuse by employing standard open source tools to perform core tasks and dedicated modules to perform equipment specific data integrations

(back to top)

Background

To better understand and maybe adapt the modules presented in this repository, it is helpful to understand the general architecture of a spectrum monitoring network, such as presented in the following figure.

General Diagram for the Spectrum Monitoring Network

The elements in the above diagram may be briefily described as follows:

(back to top)

Monitoring Unit

The network itself can be composed by several monitoring units, up to a few hundred.

Each monitoring unit integrates a series of functional components as follows

  • Antenna & Receiver: Is the data acquisition front-end, from the RF receiving antennas to the digitizer and DSP units that provides data streams with IF IQ data, spectrum sweeps, demodulated data and alarms. Each equipment may provide a different set of data as output.
  • Processor: Is a generic data processor running linux or windows. It's the local brain of the monitoring station, responsible to perform data requests to the acquisition front-end, any additional processing for data analysis and tagging. It also manage interfaces and the local data repository.
  • Environment Control: may be composed of several elements that are accessory to the measurement, such as temperature control, security detectors, cameras, UPS and power supply management, etc.
  • Router, Firewall and Network Interfaces: may be composed of several elements that interconnect elements within the station and from it to the outside world. Common solutions provide up to 3 interfaces including an ethernet cable, an integrated 4G or 5G modem to connect to to the mobile WAN network and a VPN connection, that allows for a secure communication with the server core

Monitoring units used with RF.Fusion include CRFS RFeye Node 20-6; Celplam CWRMU; Rohde&Schwarz UMS300 and further units integrates by the use of appColeta using VISA/SCPI to access data from spectrum analysers and monitoring receivers from various manufacturers.

(back to top)

Network Server Core

Composed by a series of functional components as follows

  • VPN Server: Provide secure connection and network integration between the monitoring units and the network core servers
  • Monitor and Automation: Run services responsible for monitoring the health of the monitoring units, essential network services. Orchestrate the data backup from the monitoring units to the core server data storage. Employs Zabbix and Grafana as core applications
  • Publish: Run services responsible catalog and publish data for direct user consumption. Employs nginx as a core and additional
  • Data Storage: Network storage attached to the server core. Provide a shared file space to receive data from the monitoring units, share with users through the publication service and data analytics services.
  • Data Analytics: Rum services related to the data analysis, either autonomous processing and with user interfaces.

(back to top)

Bricks and Blocks

OpenVPN

OpenVPN provides a secure communication channel between all elements of the spectrum monitoring network.

The framework provides a set of script to automate the deployment of keys and configuration packages in batch.

It also provides scripts for integration of the OpenVPN server with other services, including DNS and Zabbix Monitoring.

For more information see the detailed description for the OpenVPN server setup.

(back to top)

Zabbix and Grafana

Zabbix provides the core network monitoring and automation of the spectrum monitoring network equipment.

Grafana provides a rich front-end to Zabbix for the end-users and allows for custom use of forms to access the zabbix database, including additional elements that may be required.

The framework provides a set of Zabbix templates and external check scripts that enable the integration of various equipment and the automatic update of network deployment characteristics, including address based on the GPS data and essential network data.

For more information, see the detailed description for the Zabbix Service and Grafana Service

(back to top)

NGINX

Web server used by Zabbix, as proxy to Grafana and for data publication, enabling users to download data through http service for desktop processing

The framework provides configuration files for both the Zabbix server and the raw data publishing server

For more information, see the detailed description for the NGINX Server

(back to top)

appCataloga

Include several scripts that perform a recurrent sweep of all servers monitored by Zabbix, and start the backup process.

Backup process includes metadata extraction from raw files and organization of the data repository.

For more information, see the detailed description of appCataloga service

(back to top)

Other

Other components include the webApp for analysis and additional tools under the project repository to be expanded

(back to top)

Getting Started

This initial page provide links to additional pages under the same project with detailed information about the installation of each component.

Currently there is no quick deployment tool and components need to be installed manually or with the aid of indicated scripts.

(back to top)

Roadmap

  • Create main repository and upload existing data
    • Complete base upload
    • Upload grafana nginx configuration
    • Upload nginx zabbix-grafana proxy configuration
  • Start issue list
  • Adapt appCataloga to new architecture
    • Test file catalog agent
    • Test integration modes between Zabbix and appCataloga
      • Use Zabbix external_check to call the backup microservice for a single host and get latest backup data results.
      • Use Zabbix api to load station list, sweep list getting files, use zabbix trapper item to load data into host.

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GNU General Public License (GPL), version 3. See LICENSE.txt for more information.

For additional information, please check https://www.gnu.org/licenses/quick-guide-gplv3.html

This license model was selected with the idea of enabling collaboration of anyone interested in projects listed within this group.

It is in line with the Brazilian Public Software directives, as published at: https://softwarepublico.gov.br/social/articles/0004/5936/Manual_do_Ofertante_Temporario_04.10.2016.pdf

Further reading material can be found at:

(back to top)

Additional References

(back to top)