Alexey Timin

Results 16 comments of Alexey Timin

Hey @balchua, the modules are loaded: ``` $ sudo lsmod | grep ip_vs ip_vs_wrr 16384 0 ip_vs_sh 16384 0 ip_vs_rr 16384 0 ip_vs 163840 6 ip_vs_rr,ip_vs_sh,ip_vs_wrr nf_conntrack 151552 6 xt_conntrack,nf_nat,xt_nat,xt_MASQUERADE,ip_vs,xt_REDIRECT...

Hey, @AlexsJones > Can I please ask you to try our other channel? snap refresh microk8s --channel=latest/edge ? I did it: ``` $ sudo snap refresh microk8s --channel=latest/edge microk8s (edge)...

Changing IP_AUTODETECTION_METHOD doesn't work for me as well.

Hi @nefethael , thank you for your interest in the project. Unfortunately, we don't support the multicast implicit messaging. The flag exists but the feature does not. Sorry, that it's...

Hi @wedvjin , FindServer service is not implemented on the server side by default. We planned to do it in a separeted project - https://github.com/ASNeG/OpcUaDiscoveryServer But the error message from...

It works a bit confusing. ValueInfo Response returns the type as a string that stores the name of the type. Read Response returns the code of the type. What is...

> We can think about using another JSON parser. I can offer `jsoncpp` but we have to fix this before: https://github.com/ASNeG/OpcUaStack/issues/252

I think the better solution of the JSON parser problem is to make some little workaround: https://stackoverflow.com/questions/2855741/why-does-boost-property-tree-write-json-save-everything-as-string-is-it-possibl.

Ok. I agree that the status of the value must be an integer. But the names are confusing me again. Field *StatusCode* stores the status as a sting. In my...

> Should there still be a status string returned then this should be changed. > @flipback - Do you know such places? Sorry didn't catch, :disappointed: