Skip to content

Latest commit

 

History

History

M2M

Machine to machine communication

Following set of modules targets the functionality of communication between IoT machines using OPC-UA standard, specifically Part 14: PubSub.

Projects

  • M2MCommunication.Core
    • Contains core interfaces and common types referenced within the whole application
  • M2MCommunication.Services
    • Includes services used to handle Managed Extensibility Framework container and an extra layer of abstraction through an adapter allowing native ASP.NET DI container to register and inject IMessageBus service without any hard dependency
  • M2MCommunication.UaooiInjections
    • Contains extensions of the UAOOI package with adapters used for dependency injection
  • M2MCommunication.UnitTest
    • Contains unit tests for every project in this module
    • Implemented using xUnit framework