Results 207 comments of Marek Sebera

Just wanted to place exactly same issue, this is important.

Ok, so after trying to implement original DL5DI protocol and parse what HBlink/DMRGateway produces, i think we have the differences mapped. All of the homebrew protocol commands, i've been able...

Since I haven't found the right way, i've hacked some kind of solution, which is probably not performance-optimal or visually pleasing, but serves anybody who could need that right now...

I'll provide PR gladly, the only thing I'm not sure about, is whether in all supported db syntaxes the first work of query defines it's type.

@Lord-Evil i'm in same situation, did you manage to pack the system.img correctly?

Specifically also it could support situation where listening for input on eg. port 1234 (packet incoming from port 4321) the other side of tunnel would ad-hoc send the packet (if...

I'm not sure if this is related, but I'm trying to solve similar issue, for authenticating with O365 Outlook service, specifically for SMTP (with STARTTLS) sending emails, https://bugzilla.mozilla.org/show_bug.cgi?id=1528136 I have...

I'll fill in by myself, with organization that uses own domain and Azure AD, the application needs to be registered with Azure AD (either from published, or the organization itself)...

Yes, we're currently working on 1.5 branch with full `httpclient-android` support, thus complete support for all underlying functions, however it's now in beta, so it depends on you whether you'll...

As of now, you should be able to provide specific authorization over IAsyncHttpClientOptions and IAsyncHttpClient interface methods. I'll add more documentation on this and close the issue after it's cleared...