Skip to content

Implementation of Sun's ONC/RPC Remote Procedure Protocol, including client and server functionality and some associated tools.

License

CC-BY-4.0, Unknown licenses found

Licenses found

CC-BY-4.0
LICENSE
Unknown
LICENSE-CODE
Notifications You must be signed in to change notification settings

ATECoder/dn.onc.rpc

Repository files navigation

ONC RPC

Implementation of Sun's ONC/RPC Remote Procedure Protocol, including client and server functionality and some associated tools.

Description

ISR's ONC RPC is a C# implementation of the Java ONC RPC termed Remote Tea.

History

ISR's ONC RPC is a fork of GB1.RemoteTea.Net, which was forked from Wes Day's GitHub repository, which is a fork of Jay Walter's SourceForge repository, which is a port of Java ONC RPC.

Additional tests were ported from Anatoliy Koperin's ONC RPC.

Standards

Source Code

Clone the repository along with its requisite repositories to their respective relative path.

Repositories

The repositories listed in external repositories are required:

git clone [email protected]:davidhary/vs.ide.git
git clone https://github.com/ATECoder/dn.onc.rpc.git

Clone the repositories into the following folders (parents of the .git folder):

%vslib%\core\ide
%dnlib%\iot\oncrpc

where %dnlib% and %vslib% are the root folders of the .NET libraries, e.g., %my%\lib\vs and %my%\libraries\vs, respectively, and %my% is the root folder of the .NET solutions

Global Configuration Files

ISR libraries use a global editor configuration file and a global test run settings file. These files can be found in the IDE Repository.

Restoring Editor Configuration:

xcopy /Y %my%\.editorconfig %my%\.editorconfig.bak
xcopy /Y %vslib%\core\ide\code\.editorconfig %my%\.editorconfig

Restoring Run Settings:

xcopy /Y %userprofile%\.runsettings %userprofile%\.runsettings.bak
xcopy /Y %vslib%\core\ide\code\.runsettings %userprofile%\.runsettings

where %userprofile% is the root user folder.

Packages

TBA

Facilitated By

Repository Owner

Authors

Acknowledgments

Open source

Open source used by this software is described and licensed at the following sites:

Closed software

Closed software used by this software are described and licensed on the following sites:

Legal Notices

Integrated Scientific Resources, Inc., and any contributors grant you a license to the documentation and other content in this repository under the Creative Commons Attribution 4.0 International Public License, see the LICENSE file, and grant you a license to any code in the repository under the MIT License, see the LICENSE-CODE file.

Integrated Scientific Resources, Inc., and/or other Integrated Scientific Resources, Inc., products and services referenced in the documentation may be either trademarks or registered trademarks of Integrated Scientific Resources, Inc., in the United States and/or other countries. The licenses for this project do not grant you rights to use any Integrated Scientific Resources, Inc., names, logos, or trademarks.

Integrated Scientific Resources, Inc., and any contributors reserve all other rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.

About

Implementation of Sun's ONC/RPC Remote Procedure Protocol, including client and server functionality and some associated tools.

Resources

License

CC-BY-4.0, Unknown licenses found

Licenses found

CC-BY-4.0
LICENSE
Unknown
LICENSE-CODE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published