Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Simple NFS implementation in C++

License

NotificationsYou must be signed in to change notification settings

HotSushi/SushiNFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is SimpleNFS implementation usinggRPC for RPC communication between server and client.

Prerequisites

  1. gRPC currently to install gRPC for C++, you need to build from source.
  2. Protocol Buffers v3 will be installed automatically while building gRPC.

Building

You need to set environment variableGRPC_SOURCE to point to the directory with grpc source built above.

user:~$ export GRPC_SOURCE=~/grpc/

Build the project by runningmake in the main directory. If something goes wrong trymake clean and thenmake.

user:~/SushiNFS$ make

Running

Both server and client executables will be present in/bin directory.

  • To run server
    user:~/SushiNFS/bin$ ./HelloServer
  • To run client
    user:~/SushiNFS/bin$ ./HelloClient

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp