2.0.17 • Published 4 years ago

@tulpep/leopardcreek-amtdiscovery v2.0.17

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

leopardcreek AMT Discovery

Module to obtain the ME information.

Supported Operating Systems

  • Windows
  • Linux

How to Install it

npm install @tulpep/leopardcreek-amtdiscovery

Available Methods:

amtDiscovery()

This method provides ME information about the device's.

Parameters

function scanUsingNetwork(ipstart, ipend)

credentials[]: // credentiales array amt user and password
meshPath: // meshcmd path

Example return for Windows

    { 
        AMTSupported: true,
        AMTLMSVersion: undefined,
        AMTProvisioned: true,
        AMTVersion: '7.1.91',
        AMTSKU: '16392',
        AMTBuildNumber: ' 3272',
        AMTMEIVerion: 'J01 v02.15',
        AMTMode: 'Admin Control Mode (ACM)',
        AMT8021x: false,
        AMTUserConsent: 'User Consent is not required',
        AMTEHBCState: 'EHBC is Disabled',
        AMTLocalTLS: 'false, TLS Security is disabled.',
        AMTRemoteTLS: 'false, TLS Security is disabled.',
        AMTKVMState: 'KVM redirection is enabled.' 
    }

Example return for Linux

    { 
        latitude: 4.8588,
        longitude: -74.0587,
        altitude: undefined,
        horizontalAccuracy: 9007199254740991,
        verticalAccuracy: 9007199254740991 
    }

How To Use it:

npm run test

const getCurrentLocation = async () => {
  const result = await geolocation.GetNativeCoordinates();
  console.log(result);
};
getCurrentLocation();

Dependencies

  • @tulpep/leopardcreek-cross: This module to execute commads to operating system and validate platform.

  • arch: This module is used by WebTorrent Desktop to determine if the user is on a 32-bit vs. 64-bit operating system to offer the right app installer.

  • axios: This module use promise based HTTP client for the browser.

  • iconv-lite:

  • is-elevated: This module Check if the process is running with elevated privileges.

:- pretty-ms: This module convert milliseconds to a human readable string.

  • semver: This module calculates the range of addresses.
2.0.17

4 years ago

2.0.16

4 years ago

2.0.15

4 years ago

2.0.14

4 years ago

2.0.13

5 years ago

2.0.12

5 years ago

2.0.11

5 years ago

2.0.10

5 years ago

2.0.9

5 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.9

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago