Raphael Riebl

Results 211 comments of Raphael Riebl

Have you built *socktap* with GPS support, i.e. is the CMake option `SOCKTAP_WITH_GPSD` set to `ON`? Otherwise, the *static* position provider is used, which is simply a fixed position without...

Can you verify (e.g. by setting a breakpoint in your debugger) that the `speed` and `course` attributes are set to non-zero values at all, when the lines 124 and 125...

I have trouble reproducing your issue. My `position` object at *cam_application.cpp:80* shows a non-zero course.

Vanetza's main branch contains only published ASN.1 messages. Neither the referred draft nor its ASN.1 message definition is publicly available yet, e.g. at https://forge.etsi.org/rep/ITS/asn1. You have probably noted that we...

Sorry for ignoring this issue ticket a long time. I am thinking about employing Conan to cross-compile those dependencies instead of (poorly) maintaining archives on box.com. What do you think...

You can manually remove the CMake targets from *geographiclib-targets.cmake*, which refer to GeographicLib executables, such as *CartConvert*. Or you cross-compile GeographicLib on your own.

I also think it is "safe" to ignore the warnings about thread safety. The ASN.1 code is either generated by asn1c or skeleton code provided by asn1c, i.e. manual changes...

I have the intention to upgrade Vanetza's security entity, however, no definite schedule exists. If you can support this endeavour, your help is much appreciated.

Thanks for your offer @valt2017! I am happy to have a look at your "dirty" code :-)

Hi @JordiMarias, your support is much appreciated! My plan is to hide the security details (for now: if it is v2 or v3) behind a nice interface. I see that...