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