Initial import of the CBDDC codebase with docs and tests. Add a .NET-focused gitignore to keep generated artifacts out of source control.
Some checks failed
CI / verify (push) Has been cancelled
Some checks failed
CI / verify (push) Has been cancelled
This commit is contained in:
4
start_demo.bat
Executable file
4
start_demo.bat
Executable file
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
start "Node 1" dotnet run --project samples/ZB.MOM.WW.CBDDC.Sample.Console/ZB.MOM.WW.CBDDC.Sample.Console.csproj -- node-1 5001 --localhost --secure
|
||||
timeout /t 2
|
||||
start "Node 2" dotnet run --project samples/ZB.MOM.WW.CBDDC.Sample.Console/ZB.MOM.WW.CBDDC.Sample.Console.csproj -- node-2 5002 --localhost --secure
|
||||
Reference in New Issue
Block a user