6d7a
6d7a
You can register a callback like the example below with loguru. ```cpp #include #include ... void android_log(void* user_data, const loguru::Message& message) { const char* TAG { "TagOfYourApplication" }; switch (message.verbosity)...
I have been working on a [compiler that generates `rasn` types from ASN1](https://github.com/6d7a/rasn-compiler). It is still a work in progress, but it already has (limited) support for parameterization. Feedback is...
I really appreciate the proposal, but I'd prefer to have it in a separate repo, since I would like to support codegen for asn1ts as a second framework at some...
>FWIW if your goal is supporting other languages like TypeScript, I am interested in providing bindings from rasn to other languages. I'd like to have it so you can use...
Okay, so then I'll just replace the whole compiler workspace with the ones from my compiler.
I'd be interested to have a shot at this issue. To give me little headstart, could you point out at what point the BLE module is started from the flutter...
@MathJud, great! Thanks for the explanation. I'll give it a go and push some WIP PRs along the way. I still haven't wrapped my head around the RPC call chain,...
@XAMPPRocky, I included the reference as a section in the README and corrected some errors.
@Nicceboy I like the approach of staying close to ASN1's understanding of the `REAL` type, while providing converters for ease of use. Personally, I would prefer a triple of `BigInt`...