mirror of
https://github.com/loviuz/wifi-probe-aggregator.git
synced 2025-02-17 20:10:44 +01:00
Aggiunto primo webservice di esempio
This commit is contained in:
parent
5e9442a295
commit
b35fd0761f
8
ws/receiver.php
Normal file
8
ws/receiver.php
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
// Dati in arrivo dai readers
|
||||||
|
$post = file_get_contents('php://input');
|
||||||
|
|
||||||
|
$data = json_decode( $post );
|
||||||
|
|
||||||
|
// TODO: inserimento a database
|
Loading…
x
Reference in New Issue
Block a user