Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Latest commit

 

History

History

MobileApp

Bike bell sensor app

Cordova app for Fabriko's bike bell sensor :)

OK so whatever it is, how do I run it?

There are at least two paths ..

  • You can install the Evothings stack (desktop workbench app runs as a server, phone client apps run within the same network) - LINK TODO
  • You can build it using Cordova - config.xml etc missing TODO
  • Run it on an emulator. I was never able to get that running (not impressed, looking at you, Google). YMMV :(

Software, languages, libraries, resources, and standards used

FAQs

What are the app requirements?

Android, BLE, GPS, online

Will there be an iOS version, or other platforms?

Can you run it on my [stylish_machine]? We've done this using Cordova mostly because we want to produce it for the greatest number of device platforms. So iThings, maybe Windows and others. Having said that, we are yet to try building for another platform.

Where is the data stored?

Currently Amazon S3 in the cloud. There were problems with our experience, so possibly another provider or our own server (an ownCloud instance on a cloud VM, but we'd need an SSL certificate in production).

Will the app work with offline maps?

I think we can do this using solutions <<-- yep, TODO

Evolving list of inpsiring resources