Skip to content

alhafoudh/node-red-contrib-mikrotik2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLA assistant compile CodeFactor npm version

node-red-contrib-mikrotik a mikrotik node for Node-RED

Install

NPM

Install via the palette manage in the Node-RED admin ui (no restart needed).

Alternatively run the following command in your Node-RED user directory (typically ~/.node-red):

npm install node-red-contrib-mikrotik

then restart Node-RED and add an instance of the mikrotik node.

Config

Available actions:

  • log
  • resources
  • wifi
  • connections
  • reboot
  • raw

Usage

Add the node to a flow, add an inject and a debug node, configure your connection and you are ready to go.

If you can override every property with the message object. The names are:

msg. -> username, password, host, port, payload/command

Basic

TBD


RAW

For the usage of the RAW/Command mode there are here some examples.

About

Node-red node to work with Mikrotik WiFi router

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.8%
  • HTML 32.8%
  • JavaScript 15.4%