Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manglaneso/sunrpcs
Example of client/server applications using sunRPCs for university.
https://github.com/manglaneso/sunrpcs
Last synced: 20 days ago
JSON representation
Example of client/server applications using sunRPCs for university.
- Host: GitHub
- URL: https://github.com/manglaneso/sunrpcs
- Owner: manglaneso
- License: mit
- Created: 2015-05-25T16:59:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T10:33:24.000Z (about 8 years ago)
- Last Synced: 2023-08-01T06:11:51.725Z (over 1 year ago)
- Language: C
- Size: 1.53 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sunRPCs
Example of client/server applications implemented in C using sunRPCs for university.This works on every system supporting sunRPCs. If using Ubuntu make sure to have **rpcbind** package installed.
There is one server and 4 clients:
###getsize
Get the size in bytes of a file on the server file system.###delete
Delete a file on the server file system.###get
Gets a file from the server file system.###put
Sends a file to the server, which stores it on its file system.##Authors
Andrés Manglano Cañizares
Fayán Leonardo Pardo