Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cat-in-the-dark/bikestation
Service for deploying automated station for renting bikes. Consist of android app(key), raspberyPi as station lock and server.
https://github.com/cat-in-the-dark/bikestation
Last synced: about 2 months ago
JSON representation
Service for deploying automated station for renting bikes. Consist of android app(key), raspberyPi as station lock and server.
- Host: GitHub
- URL: https://github.com/cat-in-the-dark/bikestation
- Owner: cat-in-the-dark
- License: gpl-2.0
- Created: 2014-07-10T07:36:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-25T02:09:16.000Z (over 10 years ago)
- Last Synced: 2023-08-06T22:39:40.249Z (over 1 year ago)
- Language: Java
- Size: 2.68 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BikeStation
===========Service for deploying automated station for renting bikes. Consist of android app(key), raspberyPi as station lock and server.
## Raspberry Pi
```bash
sudo python -m rpi.main
```## Server
```bash
cd server
rackup
```## Android
Import project in IntellijIdea and build by gradle