Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 1 day ago
JSON representation

maps the location of cell signal strangth of a phone for creating a heatmap

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