Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple http server in kernel.

Resources

Stars

4 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages