Yannick Schinko

Results 142 comments of Yannick Schinko

I mean that the project itself is written in C++ and I can't integrate a python library

That would be much apprechiated! Do you have a rough guess on how long it'll take? I do understand not wanting to commit to a date and I won't bug...

Alright. I should be able to help out.

For testing you can just use WSL. Or at least for compiling. A virtual machine should work just fine too.

Would you mind giving this project a start? Like with the build tools and the like. There's quite a few and I don't want to make that decision for you....

Now ignoring documentation this PR is finished. So feel free to start testing and giving feedback. One thing that could make sense to do is updating the examples. Do you...

Ok. I take it back. I found a way to make the CRC array compile time constant. So it's not fully done code wise. But everything else should be for...

Here's a little library I drafted up for that purpose: https://github.com/BrainStone/CppCompiletimeArrayGenerator What's your take on this? Should I just add the header to the library or make the struct a...

> If it's only going to be applied to PacketCRC and no other sub-lib, let's just go with the private struct option. As far as it seems it's only needed...

Alright. So the PR is done feature wise. Now working on the examples and documentation.