This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"properties": { | |
"name": "CoAP Client Example", | |
"id": "CoAPClientExample", | |
"environment": { | |
"type": "noflo-nodejs" | |
} | |
}, | |
"inports": {}, | |
"outports": {}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"properties": { | |
"name": "CoAP Server Example", | |
"id": "CoAPServerExample", | |
"environment": { | |
"type": "noflo-nodejs" | |
} | |
}, | |
"inports": {}, | |
"outports": {}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"properties": { | |
"name": "Serialport Echo Example", | |
"id": "SerialportEchoExample", | |
"environment": { | |
"type": "noflo-nodejs" | |
} | |
}, | |
"inports": {}, | |
"outports": {}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"properties": { | |
"name": "HTTP GET Client Demo", | |
"id": "HTTPGETClientDemo", | |
"environment": { | |
"type": "noflo-nodejs" | |
} | |
}, | |
"inports": {}, | |
"outports": {}, |