wadehunk

Results 8 comments of wadehunk

I'm also interested in getting open-dis submitted to the Conan Center repository as well. I've got contributor permissions there and hope to get it integrated, but they require access to...

@leif81 I've got a draft conan recipe that I can get submitted to the Conan Center repository, just need a tagged release. I'm less familiar with vcpkg, but I'm pretty...

Looked into creating a vcpkg port and it actually looks easier than conan. I will get one submitted as soon as there is a release.

VCPkg PR: microsoft/vcpkg#29472 Once a release is tagged, can update and mark as ready.

PR microsoft/vcpkg#29472 has been merged! open-dis-cpp should be available via VCPkg as soon as it propagates through the CDN.

@leif81 That index must not get updated often. Seems like it has listed 2022 total packages for a while now. The latest release notes open-dis-cpp as 1 of 47 new...

Have been looking at this issue as it has popped up in some of my work. The difficulty comes in where both dis6 and dis7 PDUs are dependent on the...

There could be a couple of things going on here based on the command you ran. Try the following: ``` git clone https://github.com/open-dis/open-dis-cpp.git cd open-dis-cpp mkdir build cd build cmake...