-
This comment came in to me. I'll reply here so others can see...
You are passing bare pointers around. You really should be using std::shared_ptr and std::weak_ptr to allow proper reference counting…
-
Hi,
most of my team mates have multiple network adapters. I've setup the same UNC path for everybody, but in the brokerage folder I can see workers with IP addresses from multiple networks, includi…
-
Hi, this is my first GitHub issue post, so bear with me if this hard to read. My coworker and I are developing a AVB Manager GUI in C# visual studio using the open source library. However, we have not…
-
Hello Everyone,
I'm using OpenAVB-master with intel_i210 NIC on ubuntu 16.04 with kernel version 4.4.0-119-generic. when i try to set the AVB_FEATURE_IGB flag in generic.cmake file I'm getting this…
-
Hi,
My avdecccmdline executable is crashing when built in Linux, due to no apparent
fault of the original code, I hasten to add; it was modified here to add a
startAVDECCController() function to …
-
Hi, I have a scenario where I start a stream between two devices. Now I close down the controller and remove one of the devices from the network. When running the controller again the remaining devic…
-
This would put an actual use to the statements made by Jeff Koftinoff in some of his presentations about being able to work with XML files as complete AEMs for a given device/endpoint. I don't have ac…
-
This is due to new default warning flags in g++ release.Can be fixed with adding:
```cmake
set(CMAKE_CXX_FLAGS "-Wno-c++20-compat")
```
to the CMakeLists.txt.
-
**Build Failure Details:**
- **Commit SHA**: 0e6eafbae0e2dba8925142545f72ca19257af4be
- **Error Message**: Line 1: C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um\ws2tcpip.…
-
On a system with multiple (AVB) interfaces only one controller can be created for the first interface found.
Trying to create more then one controller for the other interfaces results in this error…