UNPKG

ros-client

Version:

Node.js client for MikroTik RouterOS API with support for plain text and encrypted connections

10 lines (7 loc) 223 B
/** * RouterOS API Client * A Node.js module for interacting with MikroTik RouterOS API */ const RouterOSClient = require("./lib/connect"); // Export the RouterOS client class module.exports = RouterOSClient;