-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Zied edited this page Jul 5, 2024
·
1 revision
- The application tracks the amount of data sent and received over the network.
- It displays the data sent and received in megabytes (MB) in real-time.
- Users can set a data limit (in MB).
- If the received data exceeds this limit, the application changes the text color to red and sends a notification alert.
-
The application includes a real-time line graph that plots the data sent and received over time.
-
The graph updates dynamically as new data is collected.
-
4.Control Buttons:
-
"Start" button: Begins monitoring network usage and updating the display and graph.
-
"Stop" button: Stops the monitoring process.
- Labels: Display the amount of data sent and received.
- Entry Field: Allows the user to set a data limit.
- Buttons: Start and stop the monitoring process.
- Graph: A line graph that visualizes the network usage over time.
- Launch the application.
- Set a data limit if desired.
- Click "Start" to begin monitoring.
- The application will update the labels and graph in real-time.
- If the data received exceeds the set limit, a notification will be sent.
- Click "Stop" to end the monitoring process.