net-speed-pro
Reactive icon

Net Speed Pro

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 11 Sep (17 hours ago)
 by 
0.0
 (0 ratings)
net-speed-pro

Net Speed Pro

Documentation
1.0.0

Customizable Thresholds: Users can set custom thresholds for what constitutes "Excellent," "Good," or "Fair" connection speeds. These inputs are non-mandatory, allowing users to use default values.

How It Works

  1. File Fetching: The web block initiates by fetching a file from a specified URL.
  2. Time Measurement: It records the start and end times of the file download.
  3. Speed Calculation: The difference between the start and end times is used to calculate the internet speed.
  4. Feedback Generation: Based on the calculated speed, the web block generates a feedback message that includes the speed and a quality indicator (Excellent, Good, or Fair).
  5. Customizable Limits: Users can optionally set their speed limits for what qualifies as Excellent, Good, or Fair. If not set, the web block uses its default thresholds.

Use Cases

  • Real-Time Speed Monitoring: Integrate into any application to monitor internet speed in real time.
  • User Feedback: Provide users with immediate feedback on their connection quality.
  • Performance Testing: Use the web block to test the performance of your application under different network conditions.