New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

evo-connector

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

evo-connector

Evo Cloud Cluster Network Connector

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

Build Status

Evo Cloud Cluster Network Connector

Overview

This is Neuron based service which connects remote nodes to create a self-managed network.

Install

npm install evo-connector

How to Use

The following configuration properties are required:

  • id: unique id of this node;
  • cluster: name of cluster;
  • address: the IP address used to identify this node;
  • port: the port this node used to for communication;
  • broadcast: this IP address for broadcasting messages.

Example:

evo-connector --cluster=myCloud1 --id=MACADDR --address=192.168.100.101 --port=680 --broadcast=192.168.255.255

License

MIT/X11 License

FAQs

Package last updated on 15 Sep 2013

Related posts