Skip to content

derabbink/DistrExTest

Repository files navigation

DistrExTest

Demo app demonstrating DistrEx features

Getting started

Create a folder named lib\ in the DistrExTest solution folder. You'll need to obtain a compiled version of DistrEx.

Now add the following DLLs to lib\ manually (other dependencies will be added by NuGet):

  • DistrEx.PlugIn.dll
  • DistrEx.Coordinator.dll
  • DistrEx.Coordinator.Interface.dll
  • DistrEx.Communication.Service.dll
  • DistrEx.Communication.Proxy.dll
  • DistrEx.Communication.Contracts.dll
  • DistrEx.Common.dll
  • TestApiWpf.dll (download from here)

From you compiled DistrEx, copy all the DLLs from the DistrEx.Worker.Host project twice: once to each of the following directories: workers/PingWorker/ and workers/PongWorker/. Both these folders should now contain the following DLLs

  • DistrEx.Worker.dll
  • DistrEx.Communication.Contracts.dll
  • DistrEx.Communication.Services.dll
  • DistrEx.Common.dll
  • DistrEx.PlugIn.dll
  • DistrEx.Worker.Host.exe
  • System.Reactive.Linq.dll
  • Sytsem.Reactive.Core.dll
  • System.Reactive.Intefaces.dll
  • DependencyResolver.dll
  • log4net.dll

About

Demo app demonstrating DistrEx features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages