
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
node-atplatform
Advanced tools
Node.js Integration for Advantech IIoT platform function.
Notice that an Advantech IIoT Platform SDK have to be installed to make this node works correctly. Advantech IIoT Platform SDK download link is shown below:
Windows: https://github.com/Advantech-IIoT/Platform-SDK/tree/master/windows/bin
Linux: https://github.com/Advantech-IIoT/Platform-SDK/tree/master/linux/bin
Use npm command to install this package locally in the Node-RED modules directory
npm install node-atplatform
or install it globally with the command
npm install node-atplatform -g
Platform package provides the following functions:
Please refer to demo.js.
All these examples are started with:
var platform = require('node-atplatform');
Print platform module ID
console.log(platform.hwmonGetInfo(platform.TOPIC_MODULE_ID));
Print BIOS version
console.log(platform.hwmonGetInfo(platform.TOPIC_BIOS_VER));
Print EC version
console.log(platform.hwmonGetInfo(platform.TOPIC_EC_VER));
Print OS version
console.log(platform.hwmonGetInfo(platform.TOPIC_OS_VER));
Print CPU model name
console.log(platform.hwmonGetInfo(platform.TOPIC_CPU_NAME));
Print all COM ports
console.log(platform.hwmonGetInfo(platform.TOPIC_COM_PORTS));
Print available memory
console.log(platform.hwmonGetInfo(platform.TOPIC_MEM_AVAIL));
Print disk information
console.log(platform.hwmonGetInfo(platform.TOPIC_DISK_INFO));
Print all platform information
console.log(platform.hwmonGetInfo(platform.TOPIC_ALL));
Copyright 2023 ADVANTECH Corp. under the Apache 2.0 license.
FAQs
Advantech IIoT platform module
We found that node-atplatform demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.