Where can I find a C#/.NET NFS implementation?

后端 未结 8 1847
既然无缘
既然无缘 2020-12-31 22:24

Is there any implementation of the NFS protocol written in C# or a good documentation thats easy to read so I can implement my own..

Both server and Client are neede

8条回答
  •  无人及你
    2020-12-31 23:14

    Assuming you weren't looking at this as a learning experience I would have suggested taking a C++/C implementation and wrapping it via C++/CLI.

    However the only mention of an open source windows client for NFS 4 is this project with the financial support of MS and the university who wrote the reference implementation for many other OS's

    That that this is their statement of intent and suggests a two year project sorry.

提交回复
热议问题