poplacraze.blogg.se

Cradlepoint ecm
Cradlepoint ecm








  1. #CRADLEPOINT ECM HOW TO#
  2. #CRADLEPOINT ECM CODE#
  3. #CRADLEPOINT ECM MAC#

#CRADLEPOINT ECM MAC#

  • Zone-Based Object Firewall with host address (IP or FQDN), port, and MAC address.
  • Advanced Security Mode (local user management only).
  • Route Filters (Access Control Lists, Prefix Filters, Route Maps, Communities for BGP).
  • IPsec Tunnel – up to five concurrent sessions.
  • Data Usage Alerts (router and per client).
  • Up to 128 connected devices (64 per radio – 2.4 GHz and 5 GHz).
  • WiFi as WAN¹, with WPA2 Enterprise Authentication for WiFi as WAN³.
  • Includes support for 700 MHz Band 28 in Asia Pacific.
  • SIM-based, Auto-carrier Selection for all North American, European, and Asia Pacific carriers.
  • Dual-modem capable with optional COR Extensibility Dock.
  • **-NPS SKU available in North America only NOTE: -NPS SKU** comes with no antennas or power supply, and includes a 2-meter locking power and GPIO cable (direct wire).
  • 12 V / 2 A power supply w/ locking connector DC GPIO/power cable available.
  • External WiFi antennas (2) (reverse SMA*), < 5 dBi gain, finger tighten only.
  • External 3G/4G mobile broadband modem antennas (2) (SMA), finger tighten only.
  • Quick Start Guide with warranty information.
  • Ruggedized router with integrated business-class 3G/4G modem includes integrated mounting plate.
  • EXTENSIBILITY DOCK INSTALLATION INSTRUCTIONS.
  • EXTENSIBILITY DOCK HARDWARE and DIMENSIONS.
  • This is very easy to do as well: all we need is to invoke the listMonthlyUsage() method we’ve just created, loop through the results and add up the daily usages: Monitor.prototype. Let’s go ahead now and calculate the total usage for the month. We’ll specify the name of the router using the constructor function of the class: function Monitor(name) ).data Let’s now create the Monitor class to retrieve the data of a specific router. Var cradlepointManagementModule = require("modules/cradlepoint/cradlepointmanagement.js") require the cradlepointmanagement module Var principalModule = require("modules/cradlepoint/auth/principal.js") require the principal module to wrap our ECM credentials The “cradlepointmanagement” module contains the CradlepointManagement class which is used to obtain instances of other controller classes (ECM API Wrappers). The “principal” module defines the “Principal” class that is used to wrap the ECM credentials we intend to use. list the daily bytes usage, get the monthly bytes usage and get router data + its geographical location.Īs a first step, we have to require the “principal” and “cradlepointmanagement” modules of the Cradlepoint connector. We’ll start the implementation of our sample application by creating a script that defines a “Monitor” class that leverages our connector to provide all the core features required by the application, i.e. In the bottom let corner of the screen, click on “+ New Script” > “Import Modules”, then scroll down to “Cradlepoint” then click “Import”.

    #CRADLEPOINT ECM CODE#

    If you do not have an ECM account yet, that’s not a problem! You can still check the code in the coming paragraphs and try this demo link. Regarding the first three features on the list, note that our purpose is to show how simple it is to leverage the ECM API using the connector, not to provide an alternative to the dashboard that is already available in ECM.

  • Allow the end user to subscribe to alerts that are automatically sent whenever the total usage is above a threshold he specifies.
  • Display the router and related information on a map.
  • Calculate the total bytes usage for the current month and display it in a gauge.
  • Retrieve the daily bytes usage of a given router, for the current month, and display it in a line chart.
  • Our sample application will expose the following features: You can read this step by tutorial to implement the sample application or simply check the online demo.

    #CRADLEPOINT ECM HOW TO#

    We’ll actually demonstrate how to do this through a sample application described in the following paragraphs. Using the connector, you can seamlessly incorporate ECM’s features into your own IoT application and augment ECM’s APIs with your own logic. Cradlepoint connectorĪs we’ve done it with other interesting IoT solutions providers and device manufacturers, we’ve wrapped ECM’s API into a connector that is delivered as a set of native scripts that you can easily deploy into your application on scriptr.io. Among the many interesting features of the ECM is the availability of an API that provides developers with the building blocks needed to implement bespoke applications that access the data of their Cradlepoint devices. Cradlepoint notably provides a very interesting cloud-based management platform, called ECM, used to deploy and dynamically manage networks at geographically distributed locations. Cradlepoint is a global market leader in 4G and LTE solutions that combine wireless first class routers and cloud-based device management for a wide range of industries and domains.










    Cradlepoint ecm