Start Bandwidth Visualization Server Module

emulations.start_bandwidthvisualization_server.start_bandwidthvisualization_server()

Start the bandwidth visualization server.

This function starts the bandwidth visualization server. It changes the current working directory to the 'bandwidthvisualization' folder, runs the 'npm ci' command, and starts the server in the background using 'nodemon'. It also monitors the server's stdout and stderr for output.

Global Variables:

  • bw_server_pid (int): The process ID of the bandwidth visualization server.

Returns: None

This module provides a function to start the bandwidth visualization server for monitoring network bandwidth. It changes the working directory, installs