Skip to content

Instantly share code, notes, and snippets.

View razueroh's full-sized avatar

Rafael Azuero Hurtado razueroh

View GitHub Profile
@razueroh
razueroh / noflo.json
Created February 23, 2016 01:15
NoFlo HTTP GET client demo
{
"properties": {
"name": "HTTP GET Client Demo",
"id": "HTTPGETClientDemo",
"environment": {
"type": "noflo-nodejs"
}
},
"inports": {},
"outports": {},
@razueroh
razueroh / noflo.json
Last active February 13, 2016 17:23
NoFlo serialport echo demo
{
"properties": {
"name": "Serialport Echo Example",
"id": "SerialportEchoExample",
"environment": {
"type": "noflo-nodejs"
}
},
"inports": {},
"outports": {},
@razueroh
razueroh / noflo.json
Created February 12, 2016 02:06
NoFlo CoAP server demo
{
"properties": {
"name": "CoAP Server Example",
"id": "CoAPServerExample",
"environment": {
"type": "noflo-nodejs"
}
},
"inports": {},
"outports": {},
@razueroh
razueroh / noflo.json
Created February 12, 2016 01:04
NoFlo CoAP client demo
{
"properties": {
"name": "CoAP Client Example",
"id": "CoAPClientExample",
"environment": {
"type": "noflo-nodejs"
}
},
"inports": {},
"outports": {},