kernel server with python
make
sudo insmod ./server.ko
python url.pykernel server without python
make NO_PY=1
sudo insmod ./server_npy.koUse browser to connect http://localhost:8888/ with kernel web server.
You can also connect http://localhost:9999 for server created by python only.