0.0.2 • Published 11 years ago

evo-connector v0.0.2

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

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