🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

node-red-contrib-marantz-http

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-marantz-http

Maranz AV Reciever Control for node-red throught HTTP protocol

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

node-red-contrib-marantz-http

Description

Control your Marantz AVR devices over IP, by HTTP request from Node-RED.

What's inside?

It will include three nodes:

'marantz-http-controller' : a unique CONFIG node that holds connection configuration for marantz-http and will acts as the encapsulator for marantz-http 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 'marantz-http-out' or 'marantz-http-in' node and configure it accordingly.

-- 'marantz-http-out' : marantz-http output node that can send marantz commands, so it can be used with function blocks.

-- 'marantz-http-in': marantz-http listener node, who emits flow messages based on activity on the marantz-http device.

-- payload contains:

--- string data - REQUIRED

Install

Run command on Node-RED installation directory npm install node-red-contrib-marantz-http

Usage

![Image alt] (icons/example.png)

License

Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)

#TODO

  • Implement autodiscovery of Marantz devices.
  • Implement marantz-http-in node

Keywords

node-red

FAQs

Package last updated on 15 Aug 2016

Did you know?

Socket

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.

Install

Related posts