Platform 6 C# connector
This repository is a Platform 6 connector aiming to help the development a service in C#. It exposes, among others, methods to facilitate the communication with a Platform 6 instance.
Platform 6 connector depends on:
- Microsoft .Net Framework (version >= 4),
- Microsoft .Net Core (version >= 2),
- Platform 6 (version
5.17.0
and higher)
You can install the Platform 6 .Net connector from the NuGet repository using PackageManager:
PM> Install-Package Platform6.Connector
You can find an example of a service using this library here.
You will find the documentation of the methods exposed in the section API.
Install protocol buffer:
For Mac OS X, use:
brew install protobuf
Run the compiler.
$ cd Platform6/Messages/
$ mkdir ProtocolBuffers && protoc -I=. --csharp_out=ProtocolBuffers common_message_proto_buff.proto
It will generate the CommonMessageProtoBuff.cs
in the ProtocolBuffers
folder.
Compile the C# classes to create the .exe
in the folder bin/Debug/
.
$ msbuild Platform6/Library/Library.csproj
Please refer to changelog to see the descriptions of each release.
MIT © Platform 6