

Test the quality of your 3G or your web browsing, measure your 4G speed.Īll connections can be tested up to over 1 Gb / s!ĢG, 3G, 4G LTE, 5G, Wimax, WiFi & Ethernet With nPerf, testing your internet power has never been easier. Test the power of your wifi, 3G speed test, 4G speed test, video streaming test (YouTube), etc …ĭiscover one of the most complete solutions in terms of internet speed measurement. In addition, a data consumption indicator allows you to be warned if the fixed monthly threshold is reached. Test your internet power with peace of mind.

With nPerf, you don’t blow up your 3G / 4G / 5G data plan: thanks to numerous optimizations, the speed test consumes up to 2 times less data than competing speed tests. NPerf relies on cutting-edge technology developed in France and Lyon, as well as on a global network of servers to deliver the throughput required for speed tests. Network monitor: Monitor the instantaneous speed at the top of the screen (status bar) and the use of your data plan (notifications).

Interactive map: Find all the nPerf tests, the 4G & 3G coverage map and mobile networks.
Mapproxy coverage bbox full#
The application allows you to test the quality and power of your mobile (3G / 4G / 5G speed) or fixed (Wi Fi speed) Internet connection up to 1Gb / s by performing a full battery of tests! Comparison: Compare your results with those of other users, operator by operator, thanks to a unique real-time barometer. Much more than a simple speed test, nPerf is the most complete tool on the market to measure your internet speed. base_config ) 318 319 return result 320 321 def get_path ( self, key, local, global_key = None, default_key = None ) : 322 value = self. conf ) 315 316 if result is None : 317 result = dotted_dict_get ( default_key or global_key or key, self. get ( ' globals ', , global_key = None, default_key = None ) : 312 result = dotted_dict_get ( key, local ) 313 if result is None : 314 result = dotted_dict_get ( global_key or key, self. globals = GlobalConfiguration ( conf_base_dir = conf_base_dir, 58 conf = self. load_services ( ) 55 56 def load_globals ( self, conf_base_dir ) : 57 self. load_globals ( conf_base_dir = conf_base_dir ) 49 self. seed = seed 44 45 if conf_base_dir is None : 46 conf_base_dir = os. getLogger ( ' nfig ' ) 30 31 from nfig import load_default_config, finish_base_config 32 from import validate_mapproxy_conf 33 from mapproxy.util import memoize 34 from import odict 35 from import load_yaml_file, YAMLError 36 37 class ConfigurationError ( Exception ) : 38 pass 39 40 class Prox圜onfiguration ( object ) : 41 def _init_ ( self, conf, conf_base_dir = None, seed = False ) : 42 self. 18 """ 19 from _future_ import with_statement, division 20 21 import os 22 import sys 23 import hashlib 24 import urlparse 25 import warnings 26 from copy import deepcopy 27 28 import logging 29 log = logging. 15 16 """ 17 Configuration loading and system initializing.
Mapproxy coverage bbox license#
13 # See the License for the specific language governing permissions and 14 # limitations under the License.
Mapproxy coverage bbox software#
6 # You may obtain a copy of the License at 7 # 8 # 9 # 10 # Unless required by applicable law or agreed to in writing, software 11 # distributed under the License is distributed on an "AS IS" BASIS, 12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 2 # Copyright (C) 2010-2012 Omniscale 3 # 4 # Licensed under the Apache License, Version 2.0 (the "License") 5 # you may not use this file except in compliance with the License. Raw file 1 # This file is part of the MapProxy project.
