|
|
|
|
|
by qwertox
2030 days ago
|
|
I could fall in love with such a phone. One where I can easily run Python processes inside screen sessions, which gather GPS and other sensor data for rapid prototyping, stream that data over a WebSocket connection, then some Bluetooth stuff in Go. Computing stuff. |
|
However, as of today, there's a much better way of achieving what you're describing in an Android phone: Termux (1)
With Termux you can use an amazing number of regular Linux/UNIX tools, interface them with phone specific functionality (like GPS or other sensors) and still enjoy having a modern smartphone in terms of apps available, performance and battery life.
(Shameless plug: you can watch Termux in action in this talk from last year (2). It's centered around Ruby, but Python works just fine, too)
(1) https://wiki.termux.com/wiki/Main_Page https://wiki.termux.com/wiki/Termux:API
(2) https://vimeo.com/482309000/1534e97efd
(edit: typo)