https://github.com/deviantfero/sfclient
Simple File Client
https://github.com/deviantfero/sfclient
Last synced: 11 months ago
JSON representation
Simple File Client
- Host: GitHub
- URL: https://github.com/deviantfero/sfclient
- Owner: deviantfero
- License: mit
- Created: 2017-10-07T01:12:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-13T19:07:31.000Z (about 8 years ago)
- Last Synced: 2025-03-25T17:51:54.973Z (over 1 year ago)
- Language: C
- Size: 498 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sfclient
## Simple File Client
A local file server written in C for learning Inter Process Communications.
use [sfs](https://github.com/deviantfero/sfserver) to play with it.

## Coding Style Suggestions
http://doc.cat-v.org/bell_labs/pikestyle
## Running
```sh
# compile
make
# run
bin/sfc
```