Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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.