Because I have not decide how to call it, I call it 'new system' in the rest of here.
-
New system is extremely fast.
-
New system is extremely fast.
-
New system is synchronous. You need to run multiple .NET process for asynchronous setup
-
Usage:
dotnet run -c release mmf [Optional ID]
You need the ID you used to run .NET process to use it in Python process.
-
Python usage:
import sabber_protocol.server ID = "This is what I used to call the target C# process" server = sabber_protocol.server.SabberStoneServer(ID)
-
You can find out examples in the bunch of rubbish codes in the root directory of Python part.
-
New system currently only works in Unix-based systems.
cd dotnet_core && dotnet build -c Release -o ../python/_sabberstone_dotnet