https://github.com/quailteam/iquailfileserver
File Server used to distribute a solution
https://github.com/quailteam/iquailfileserver
Last synced: over 1 year ago
JSON representation
File Server used to distribute a solution
- Host: GitHub
- URL: https://github.com/quailteam/iquailfileserver
- Owner: QuailTeam
- License: mpl-2.0
- Created: 2018-12-20T12:06:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-13T10:47:49.000Z (over 6 years ago)
- Last Synced: 2025-02-07T15:45:17.336Z (over 1 year ago)
- Language: C
- Size: 340 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iQuailFileServer
File Server used to distribute a solution
## Build
```
mkdir build
cd build
cmake ..
make
```