Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 308 Bytes

File metadata and controls

14 lines (9 loc) · 308 Bytes

Examples

Simple demos to show off your Linux-on-Android setup.

Hello Server

A Flask web server that displays live system info from your phone.

pip install flask
python examples/hello_server.py

Then open Firefox (already installed by the setup script) and go to http://localhost:5000.