JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q33909F

This application will collect thermometer data, parse it and send to central server

Package Exports

  • nodejs-collector

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nodejs-collector) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

collector

AKA Program A

This is the NodeJS program running on the data gathering machines

  • Detects changes in a DIR
  • Look at new file
  • Opens file
  • Parses file data
  • Packages data as a json doc
  • Sends data to central server
  • Constantly running