/chatfs

Primary LanguageC++MIT LicenseMIT

chatfs

Prerequisite

It is totally based on OSXFuse envirment. With lastest version of FUSE for OS X installed, fuse.pc file placed in /usr/local/lib/pkgconfig/ tells more details about cflags.

pkg-config fuse --cflags --libs

And else, nlohmann/json is used for chating request/response post data parsing. Make sure it has been installed.

Build & Clean

sh build.sh

sh clean.sh

Chat

screen_cap.mp4

Limitations

Only Apple Silicon of MacOS would be considered (dev/test) for now.