Günter Obiltschnig

Results 65 comments of Günter Obiltschnig

It's much more complicated, unfortunately. Mostly due to the use of streams which do not work well with non-blocking or async I/O.

No immediate plans for now due to other more pressing issues.

You can either create your own configuration file, based on an existing one (e.g., the default one included in the SDK, or one generated via the web interface). See the...

Yes, there is a separate API for user accounts and permission management. To get information for your account: ``` curl --user [email protected]:s3cr3t https://reflector.my-devices.net/my-devices/api/users/[email protected] ``` You'll get back a JSON object...

Make sure the username used for authentication is the same one as in the request path.

Yes, there is a solution, but it will require you to set up your own Remote Manager server. You will need to synchronize user accounts between your application and Remote...

You'll have to build an opkg using an appropriate version of the Entware toolchain. Looks like Entware is based on OpenWRT. I plan provide OpenWRT package metadata in the next...

I'm using POCO on macOS (with Apple's Xcode command-line build tools) regularly (with CMake and GNU Make builds) and have not noticed any issues. Maybe there is some issue with...

We should enable clang-tidy checks as part of normal CI. In the first step, just print the warnings but not fail. After all things are fixed, make the build step...

Rather than one class making do too much, I'd prefer a new class that does things differently, but in one specific way only.