Replies: 5 comments 4 replies
-
I like the idea, but would want to limit it to very simple examples like https://github.com/merbanan/rtl_433/blob/master/examples/rtl_433_custom.py Not sure if people are running "server"-style (long running daemon) PHP code? I only ever see "script"-style (execute one short task) code. |
Beta Was this translation helpful? Give feedback.
-
Hi Christian @zuckschwerdt , here one short example with rtl433 an a php udp server, with the associated service files pre-condition -> php_cli have to be installed Service file for start the rtl433 software
service file for start the php udp server
*php udp server it self udpserver.php
Best Regards |
Beta Was this translation helpful? Give feedback.
-
I have been using this constellation for about 2 years. :) |
Beta Was this translation helpful? Give feedback.
-
Christian @zuckschwerdt , during all my tests i have a solution more to distribute sensor datas by using "piping" the example are writen in php.
and here the stdin.php
it takes the json output and send it one by one to a udp server without syslog protocol Best Regards |
Beta Was this translation helpful? Give feedback.
-
Ok understud. 👍 |
Beta Was this translation helpful? Give feedback.
-
what do you think about the extension of the examples folder with examples in other programming languages like e.g. php
Best Regards
Beta Was this translation helpful? Give feedback.
All reactions