Skip to content

yfakariya/msgpack-rpc-cli

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

MessagePack RPC for CLI Readme

What is it?

This is MessagePack RPC for CLI (Common Language Infrastructure) implementations such as .NET Framework, Silverlight, Mono (including Moonlight.) This library can be from ALL CLS compliant languages such as C#, F#, Visual Basic, Iron Pyhton, Iron Ruby, PowerShell, C++/CLI or so.

Documentation

See wiki

How to build

For .NET Framework

  1. Install recent Windows SDK (at least, .NET Framework 4 Full Profile and MSBuild is needed.) Or install Visual Studio or Visual Studio Express.
    1. If you want to build unit test assemblies, install NuGet.
  2. Run: msbuild MsgPack.csproj Or open MsgPack-RPC.sln in your IDE and run build command in it.

For Mono

Open MsgPack-RPC.mono.sln in MonoDevelop and build it. (You might be able to build via xbuild.)

See also

Wiki : https://github.com/yfakariya/msgpack-rpc-cli/wiki Issue tracker : https://github.com/yfakariya/msgpack-rpc-cli/issues MSBuild reference : http://msdn.microsoft.com/en-us/library/0k6kkbsd.aspx (You can see translated version by changing "en-us" to some locale as you like (e.g. "ja-jp".) Mono xbuild reference : http://www.mono-project.com/Microsoft.Build

About

MessagePack for CLI (.NET/Mono) RPC

Resources

License

Stars

Watchers

Forks

Packages

No packages published