Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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