Answer the question
In order to leave comments, you need to log in
What is the replacement for Rostelecom?
There are big problems with internet access. It is almost impossible to get a static IP address, there is no speed, constant breaks. Is there a worthy replacement for this sharashka?
Necessary:
a static IP address
speed of at least 15-20 MB / s
is not expensive.
I mean the modem of Beeline, MTS or Megafon. What's up with 4G now?
Region Rostov region, Bataysk.
I want to make a remote antenna via a modem, give out WIFI and connect a computer via wan.
Answer the question
In order to leave comments, you need to log in
I'm afraid we can't do without measurements, all these technologies, in our polluted air, are such an ephemeral thing.
Go to the sites of these operators and see if there is your city in 4G coverage. Better yet, satellite internet.
Well, maybe I didn’t quite understand the structure correctly, but I would group it like this:
$stats = array();
$stats_by_group_id = array();
foreach($stats['response'] as $day_stats) {
$date = new DateTime($day_stats['day']);
$date = $date->format('Y-m-') . '01';
foreach($day_stats['cities'] as $id_city => $day_stats_city) {
if (!isset($stats_by_group_id[$id_city])) {
$stats_by_group_id[$id_city] = array(
'date' => $date,
'visitors' => 0,
'cities' => 0
);
}
$stats_by_group_id[$id_city]['visitors'] += $day_stats_city['visitors'];
$stats_by_group_id[$id_city]['cities'] += $day_stats_city['cities'];
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question