05-03-2020, 04:27 PM
I have removed the json part of the phyphox program. The network part now is :
<network>
<connection address="https://192.168.1.5:6023/blog/live.php" autoConnect="true" service="http/get" mode="trigger" id="submit" interval="10">
<send id="abs" type="buffer">abs</send> </connection>
</network>
the php file is :
<?php
var_dump($GLOBALS)
?>
And i have this page:
array(5) { ["_GET"]=> array(0) { } ["_POST"]=> array(0) { } ["_COOKIE"]=> array(0) { } ["_FILES"]=> array(0) { } ["GLOBALS"]=> *RECURSION* }
It seems there is no data at all...
But I think I have found where my problem comes from :
Until now I wrote the program in notepad++, then I uploaded it in the phyphox editor in order to create a qr code to upload the program in my phone. But may be the editor doesn’t take the network part into account.
So I tried to send the .phyphox file by email to my phone. When I open it from the email I have this error :
And when I upload it first in my phone and then open it I have this error :
So, maybe I have to found the correct way to transfert/open the program in my phone…
<network>
<connection address="https://192.168.1.5:6023/blog/live.php" autoConnect="true" service="http/get" mode="trigger" id="submit" interval="10">
<send id="abs" type="buffer">abs</send> </connection>
</network>
the php file is :
<?php
var_dump($GLOBALS)
?>
And i have this page:
array(5) { ["_GET"]=> array(0) { } ["_POST"]=> array(0) { } ["_COOKIE"]=> array(0) { } ["_FILES"]=> array(0) { } ["GLOBALS"]=> *RECURSION* }
It seems there is no data at all...
But I think I have found where my problem comes from :
Until now I wrote the program in notepad++, then I uploaded it in the phyphox editor in order to create a qr code to upload the program in my phone. But may be the editor doesn’t take the network part into account.
So I tried to send the .phyphox file by email to my phone. When I open it from the email I have this error :
And when I upload it first in my phone and then open it I have this error :
So, maybe I have to found the correct way to transfert/open the program in my phone…