1
0
mirror of https://github.com/loviuz/wifi-probe-aggregator.git synced 2025-01-22 11:29:53 +01:00
wifi-probe-aggregator/ws/receiver.php

8 lines
142 B
PHP
Raw Normal View History

2020-06-25 15:09:18 +02:00
<?php
// Dati in arrivo dai readers
$post = file_get_contents('php://input');
$data = json_decode( $post );
// TODO: inserimento a database