https://github.com/wisehackermonkey/termux_cell_heatmapper
maps the location of cell signal strangth of a phone for creating a heatmap
https://github.com/wisehackermonkey/termux_cell_heatmapper
Last synced: 12 months ago
JSON representation
maps the location of cell signal strangth of a phone for creating a heatmap
- Host: GitHub
- URL: https://github.com/wisehackermonkey/termux_cell_heatmapper
- Owner: wisehackermonkey
- Created: 2017-12-05T20:25:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T05:37:19.000Z (about 6 years ago)
- Last Synced: 2025-01-07T15:44:00.043Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `Termux Cell Heatmapper`
by wisemonkey
20171205
```
this program maps the location of cell signal strangth of a phone and outputs in format ready
for use with mapping using google drive's fusion mapper to create a map
```
# install
## from google play store install
`
- termux
- termux-api
`
## set up sd card storage with use in termux
#### termux
- `cd /storage/downloads`
- `apt git`
- `git clone https://github.com/wisehackermonkey/termux_cell_heatmapper.git`
- `cd termux_cell_heatmapper/`
- `python main.py`
#### open the ouput file with google docs
## todo
- add comments/header to
- main_V2.py
# links
[how to get termianl ouput into a string var](https://stackoverflow.com/questions/20140137/passing-variables-to-subprocess-popen)
https://docs.python.org/2/library/csv.html
https://docs.python.org/2/library/csv.html#csv.list_dialects
https://docs.python.org/3.5/library/datetime.html#module-datetime