Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 395 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 395 Bytes

kernelhttp

Usage for server.ko

kernel server with python

make
sudo insmod ./server.ko
python url.py

Usage for server_npy.ko

kernel server without python

make NO_PY=1
sudo insmod ./server_npy.ko

Connect

Use browser to connect http://localhost:8888/ with kernel web server.

You can also connect http://localhost:9999 for server created by python only.