GitXplorerGitXplorer
i

ionic_client

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
084d3dc84e4bb1219ea19c79a0d8561f7bbc7deb

bug fix

iihoover committed 10 years ago
Unverified
fc21e6e73b3c1f4cd81893702caab78f988372de

tweak plotting

iihoover committed 10 years ago
Unverified
2c1848944e1e0c730083aaad6db66377d315c181

updated data format to be array of [timestamp, value]

iihoover committed 10 years ago
Unverified
d4305293ede29e8bb7212d217a4b5d52226be66c

place-holder AJAX calls

iihoover committed 10 years ago
Unverified
d1d8ea57219af4f6c85a9de748d0bb5522efeec8

fixed plot update

iihoover committed 10 years ago
Unverified
f01af9d27194056b7696a5993c5a03a9c611a704

updating values

iihoover committed 10 years ago

README

The README file for this repository.

#ADE-MA UI-Client

To run on a computer all you need:

npm install -g cordova ionic

To launch:

ionic serve

To compile for native is a multi-step process

  • make sure android sdk is installed

  • install ant

  • add to .bashrc

      export ANDROID_HOME=/home/[username]/Android/Sdk
      export PATH=$ANDROID_HOME/tools:$PATH
      export PATH=$ANDROID_HOME/platform-tools:$PATH
    
  • execute the following commands

      ionic platform add android
      ionic build android
    
  • to run on a device simply connect android phone and execute ionic run android