GithubHelp home page GithubHelp logo

gribjo / cordova-plugin-cpu-info Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 442623641/cordova-plugin-cpu-info

0.0 1.0 0.0 7 KB

Cordova plugin to return the cpu info of the current app

Java 52.79% Objective-C 28.63% JavaScript 18.58%

cordova-plugin-cpu-info's Introduction

Cordova cpu info plugin

Reads the cpu info of your mobile.

Manually in iOS

TODO: Write these instructions

Manually in Android

TODO: Write these instructions

Use from Javascript

If you are using jQuery, AngularJS, WinJS or any Promise/A library (Bluebird), promise style is supported. Use something like:

cordova.CPUInfo.getMacAddress().then(function (address) {
    $('.address').text(address);
});

If not, pass a callback function:

cordova.CPUInfo.getMacAddress(function (address) {
    alert(address);
});

In addition to the mac address you can also retrieve other details about your application:

getMacAddress

Returns the mac address of the mobile

getCpuName

Returns the name of cpu

getCurCpuFreq

Returns the current frequency of cpu

getMinCpuFreq

Returns the min frequency of cpu

getMaxCpuFreq

Returns the max frequency of cpu

getNumberCpuCores

Returns the number of cpu cores

getRamTotalSize

Returns the total size of ram

getRamAvailableSize

Returns the available size of ram

getSDTotalSize

Returns the total size of sd

getSDAvailableSize

Returns the available size of sd

getRomTotalSize

Returns total size of rom

getRomAvailableSize

Returns available size of rom

getTimes

Returns the start time of the mobile

cordova-plugin-cpu-info's People

Contributors

442623641 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.