https://github.com/nnsnodnb/local-ios-battery
Monitor battery status of local iOS devices.
https://github.com/nnsnodnb/local-ios-battery
bottle ios python sqlalchemy
Last synced: 28 days ago
JSON representation
Monitor battery status of local iOS devices.
- Host: GitHub
- URL: https://github.com/nnsnodnb/local-ios-battery
- Owner: nnsnodnb
- License: apache-2.0
- Created: 2017-06-19T13:19:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T00:55:47.000Z (almost 9 years ago)
- Last Synced: 2025-10-26T09:25:15.315Z (8 months ago)
- Topics: bottle, ios, python, sqlalchemy
- Language: Swift
- Size: 6.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# local-ios-battery
Monitor battery status of local iOS devices.
## Installation
### Python application
```console
$ git clone https://github.com/nnsnodnb/local-ios-battery.git
$ cd /path/to/local-ios-battery/server
$ pip install -r requirements.txt
$ gunicorn battery:app -b 0.0.0.0:8080
```
### iOS application
```console
$ brew update
$ brew install carthage
$ carthage bootstrap --platform ios
$ open /path/to/local-ios-battery/client/LocalBattery/LocalBattery.xcodeproj/
```
Edit hostname of URL written in `AppDelegate.swift`. (L.50 & L.67)
## LICENSE
Apache License 2.0
## Author
nnsnodnb