Günter Obiltschnig

Results 65 comments of Günter Obiltschnig

I no longer remember. It seems to be that way since the 0.9 releases. I'd remove the `+ 1` and see if anyone complains ;-)

I don't understand what issue this is solving.

Either a false positive or something wrong with your usage of Poco::Util::Application.

OK, I understand the real issue now ;-) This would have to be fixed in the POCO C++ Libraries first. However, I remember having done that once before and it...

Yes, this should be moved to Poco project. With the next release we're going to require C++11/C++14, so should be universally available.

You'll need to set `LD_LIBRARY_PATH` to include the `platform/lib/Linux/armv7l` directory. The easiest way to do this is to source the `env.bash` script in the macchina.io root directory. It may also...

Interesting use case. You'll have to see all IP addresses and ports from the point of your container running `WebTunnelAgent`. So if you need to access a different container's shell...

Yes, I will add a feature to set arbitrary device properties including tags to the SDK this week. For now, master repository for the Remote Manager SDK is still ....

`application.dir` and `application.configDir` are set automatically based on the location of the executable and the config file.

When you run installed macchina.io, you need to explicitly specify the path to the config file. E.g.: ``` $ bin/macchina --config=etc/macchina.properties ``` Depending on the platform, you may also need...