EVOLV CoreSync node — FROST/SensorThings handoff path. First version forwards FROST-ready HTTP request messages on the dbase output; a downstream Node-RED http-request node performs the actual POST and feeds responses back on msg.topic = "frost.response". Lazy stream resolver, latest-wins queue for unresolved/FROST-down streams (keep first + latest, drop middle), knot-emit on slope change, provenance preserved in Observation parameters. Interview state + open Q20 (slope angle vs. relative delta) recorded in superproject CORESYNC_FROST_INTERVIEW_HANDOFF.md. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
24 lines
425 B
JSON
24 lines
425 B
JSON
{
|
|
"name": "coresync",
|
|
"version": "0.1.0",
|
|
"description": "EVOLV CoreSync collector for FROST/SensorThings handoff.",
|
|
"main": "coresync.js",
|
|
"scripts": {
|
|
"test": "jest test/basic/*.test.js"
|
|
},
|
|
"keywords": [
|
|
"iot",
|
|
"frost",
|
|
"sensorthings",
|
|
"node-red",
|
|
"EVOLV"
|
|
],
|
|
"author": "EVOLV",
|
|
"license": "SEE LICENSE",
|
|
"node-red": {
|
|
"nodes": {
|
|
"coresync": "coresync.js"
|
|
}
|
|
}
|
|
}
|