从python脚本触发Node-RED流的最佳方法

时间:2015-08-27 12:21:46

标签: python raspberry-pi node-red

我在树莓派上运行Node-RED。我想在python脚本的末尾触发一个流程,我在同一个rpi上运行。什么是最容易触发的输入节点,以及与它一起使用的python代码的示例是什么?我想传回一个字符串变量

1 个答案:

答案 0 :(得分:2)

最佳 最简单 http-in 节点可能是最好的

使用这样的东西会起作用:

import urllib2
urllib2.urlopen("http://localhost:1880/start").read()

http-in节点已配置为侦听 / start