This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Server for live experiment
#8
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…
 


Attached Files
.phyphox   live test.phyphox (Size: 1.21 KB / Downloads: 371)
Reply


Messages In This Thread
Server for live experiment - by julien - 05-01-2020, 09:43 AM
RE: Server for live experiment - by julien - 05-02-2020, 02:25 PM
RE: Server for live experiment - by julien - 05-03-2020, 11:43 AM
RE: Server for live experiment - by julien - 05-03-2020, 04:27 PM
RE: Server for live experiment - by julien - 05-04-2020, 09:47 AM
RE: Server for live experiment - by julien - 05-05-2020, 09:44 AM
RE: Server for live experiment - by julien - 05-05-2020, 12:10 PM
RE: Server for live experiment - by julien - 05-07-2020, 07:49 PM
RE: Server for live experiment - by julien - 05-08-2020, 01:07 PM
RE: Server for live experiment - by julien - 05-11-2020, 04:44 PM
RE: Server for live experiment - by julien - 05-12-2020, 09:23 AM

Forum Jump: