Skip to content

Commit

Permalink
prepare master
Browse files Browse the repository at this point in the history
  • Loading branch information
starkfire committed Apr 19, 2019
1 parent 163ae7a commit 66c018c
Show file tree
Hide file tree
Showing 17 changed files with 9 additions and 322 deletions.
File renamed without changes.
24 changes: 0 additions & 24 deletions FLPClient APK/AndroidManifest.xml

This file was deleted.

222 changes: 0 additions & 222 deletions FLPClient APK/MainActivity.java

This file was deleted.

7 changes: 0 additions & 7 deletions FLPClient APK/README.md

This file was deleted.

40 changes: 0 additions & 40 deletions FLPClient APK/activity_main.xml

This file was deleted.

29 changes: 0 additions & 29 deletions FLPClient APK/build.gradle

This file was deleted.

File renamed without changes.
9 changes: 9 additions & 0 deletions MFRC522-RPi/README.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,12 @@ A simple script that utilizes the Raspberry Pi and a MFRC522 module to emulate t
## Usage
1. Install SPI-Py from [here](https://github.com/lthiery/SPI-Py)
2. Run ``` python app.py ```

## Experimental Variants
Two variants will be implemented with this project. These variants will implement distance-dependent fare rate using GPS data from an Android phone. Vincenty's Formulae will be used for approximating the P2P distance.

1. GPSL+ Variant
* a variant that will use the GPSLogger app for dynamic fare charges by retrieving location data using an Android phone

2. FCPClient Variant
* similar to GPSL+. However, unlike GPSL+, this variant will use the [Fused Location Provider API](https://developers.google.com/location-context/fused-location-provider/) for fetching location data and implement a TCP socket for retrieving data
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 66c018c

Please sign in to comment.