Hello, I have currently been working to get the ndis intermediate driver set up so that I can use FTP with TCP on windows; I have not had that much success with this so far. I am wondering how I am supposed to set this up. I don't have much experience with drivers, so I'm a little lost. So far, I built and installed the drivers, I created the .lib files with the flag CONFIG_INCLUDE_VETH (in oplkcfg.h), and I added the source code in the directory <openpowerlink dir="">/contrib/ndislib/ndisintermediate...
Hi, I am trying to get two CNs running on one computer. Normally what we are making is meant to be two separate devices, however, to improve efficiency we are merging the two devices. This new device, to fit all the specification required, must still appear to the outside world (to the MN) as two devices. Right now I have an MN set up on a Windows system configured with 2 CNs. It is running a modified version of demo_mn_console. On another windows computer, I have successfully implemented a working...