Skip to content

ismaeil-shajar/node-red-slim-for-iox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-RED Slim

This repo contains code to build the docker image of Node-RED slim version that can be run on Cisco IR800 series devices.

Installation

After you git clone this repo, build the Docker image using:

docker build -t node0:1.0 .

Usage

By building the above image, later you can use it to build docker image of IOx GPS node or other nodes.

If you want to play with the Node-RED without IOx specific nodes, you can now package the files using:

ioxclient docker package node0:1.0 .

Then use Local Manager, ioxclient or Fog Director to deploy, activate and start the app in your device(s).

Using on a DevNet Sandbox

You can also run the app on a Cisco DevNet Sandbox if you remove the "devices" section in package.yaml.

Go to DevNet Sandbox page: https://devnetsandbox.cisco.com/RM/Topology

Choose an IOx Sandbox under IoT category to reserve.

image

Getting help

If you have questions, concerns, bug reports, etc., please file an issue in this repository's Issue Tracker.


Credits and references

  1. https://github.com/node-red/node-red-docker

About

The most basic Node-RED app for Cisco IOx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%