
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
node-red-contrib-eiscp
Advanced tools
Control your Integra/Onkyo devices (AVR, BD player, etc.) over IP, with help of eISCP protocol right from Node-RED.
eISCP protocol documentation (PDF0: http://goo.gl/Aa1W8F
It will include three nodes:
'eiscp-controller' : a unique CONFIG node that holds connection configuration for eiscp and will acts as the encapsulator for eiscp access. As a node-red 'config' node, it cannot be added to a graph, but it acts as a singleton object that gets created in the the background when you add an 'eiscp' or 'eiscp-device' node and configure it accordingly.
-- 'eiscp-out' : eiscp output node that can send eiscp, so it can be used with function blocks.
-- 'eiscp-in': eiscp listener node, who emits flow messages based on activity on the eiscp device.
-- payload contains:
--- string data - REQUIRED
According to official documentation: http://nodered.org/docs/getting-started/adding-nodes.html
It is possible to send a raw data command, set msg.raw
to the command you want to send. If msg.raw is set, this will overwrite any msg.payload, and it will send the command in raw format.
Example: msg.raw = 'NPR03'
(this will select and play the 3rd item in your internet radio favorites)
Control your device using Amazon Alexa
Drag 'Alexa Local'
Drag 'Function' and configure with appopriate command
Command list available here: https://raw.githubusercontent.com/tillbaks/node-eiscp/master/eiscp-commands.json
#TODO
Implement autodiscovery of Integra/Onkyo devices.
FAQs
Integra / Onkyo (ISCP protocol) for node-red
We found that node-red-contrib-eiscp 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.