• Gaurav Kumar Singh's avatar
    [FEATURE] Add NDIS intermediate driver project for Windows · 2a4c8479
    Gaurav Kumar Singh authored
    The NDIS intermediate driver has two components:
    - Driver interface: It is responsible to form the communication
      basis between the openPOWERLINK user library to the kernel
      stack executing in Windows Kernel.
    
      The driver interface communicates with the protocol section
      of NDIS intermediated driver library for packet exchange.
    
    - Notify object: The notify object is responsible to provide
      COM based communication interface to enable/disable the
      virtual Ethernet interface of the NDIS intermediate library.
    
      The notify objects configures the registry settings and
      allows management of the virtual Ethernet interface.
    
    Change-Id: I476ca4f1fc82599bab662bee381f09ba60e82c95
    Signed-off-by: 's avatarGaurav Kumar Singh <gaurav@kalycito.com>
    Signed-off-by: 's avatarJoerg Zelenka <joerg.zelenka@br-automation.com>
    2a4c8479