Skip to content
Rajesh Sola edited this page Aug 24, 2015 · 5 revisions

Welcome to the node-red-addons wiki!

This repository provides a set of nodes to work with Node-RED(http://nodered.org/).As the first steps the following nodes are added

1.SocketCAN related

candump - capture incoming can frames from a specified channel

cansend - sends a single can frame over a specified channel

2.USB Utlities

usbscan - scans for all the attached usb devices

usbenum - enumerate single usb device

bulkin - node to capture data from usb device and outputs as msg.payload (lookup of interface,endpoints is pending,manual entry required at present) (bulkout is under development)

3.ADK Initialization

To Initialize an android gadget in Android Open Accessory(AOA) mode to communicate with a machine having USB Host capabilities and powered with embedded linux as Android Accessory Development Kit(ADK) with the help of node adkinit

Clone this wiki locally