Mobile App for Controlling Tympan. Built with ionic 5. Available for Android devices on the Play Store and iOS devices on the App Store.
As you can see in the source code, this app doesn't do anything with your data - doesn't save it, doesn't send it anywhere. It does use Bluetooth, which on an Android device means that the app must have some of the following permissions (depending on which version of Android you're running): bluetooth, bluetooth admin, coarse location access, and fine location access. Even though your phone's location could be figured out through a Bluetooth connection, this app doesn't do that.
-
You must have NodeJS installed to develop the app. This has been tested with node 14.4; problems may exist with earlier versions of node.
-
You must have the Android SDK, which can be gotten by installing Android Studio.
-
Clone this repository, then within the repository run:
$ npm install
To run build for android:
$ npm run ionic.prepare.android
$ npm run ionic.build.android
For iOS:
$ npm run ionic.prepare.ios
$ npm run ionic.build.ios
To serve it locally:
$ npm run serve
To re-generate resources (icons, etc):
$ npm run resources