Skip to content

marzhall/heisenburg_cat_fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HeisencatFS - a webdav virtual filesytem demo

HeisencatFS serves a webdav server that hosts a single file, the_cat_box.txt, which - when opened - randomly tell you either "the cat is alive" or "the cat is dead." The state of the cat changes each time you open it.

The site is hosted at localhost:8086, and can be mounted as a filesystem on windows and linux. When mounted, the filesystem looks like:

/
.----the_cat_box.txt

and cating the_cat_box.txt will give you a state.

To run

python heisencatFS.py

Why

Used as a demo to explore davfs on windows and linux as a virtual fileystem alternative to 9p et al.

About

A webdav demo using a virtual filesystem that serves a random status of whether a cat in a box is dead or alive.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages