Raphael Riebl

Results 211 comments of Raphael Riebl

Vanetza uses three CMake variables regarding asn1c: `ASN1C_EXECUTABLE`, `ASN1C_FLAGS`, and `ASN1C_SKELETON_DIR`. The skeleton directory comes with asn1c itself and contains files such as *asn_application.c* and *uper_decoder.c*. Usually, this directory is...

Your posted diff does not look severe to me. However, I think it is strange that the generated code is not identical. If I remember correctly, I have been using...

Hi @Setahero, You are right; encryption is not implemented. I am not aware of any use case (to be actually deployed) that requires confidentiality. Do you think that there is...

Have a look at the paper [Improved Security Performance for VANET Simulations](https://dora.dmu.ac.uk/bitstream/handle/2086/12850/TA2016_0022.pdf?sequence=1) which outlines the primary security features implemented in Artery. Of course, you can extend Artery to configure more...

The MIB option *itsGnSecurity* is always set to *true* for any configuration mentioned in the paper except the one named *off*. Which policies are employed when signing and verifying secured...

Code located in the *tools* subdirectory is not available as a library at the moment. If there is code generic enough to be re-used I suggest moving it into Vanetza's...

I will have a look at which components may be moved to the library section of Vanetza. Pull requests of any form are always welcome!

No, Vanetza does not contain a lot of "real" ITS applications because of the lack of a unified data source to generate CAMs or DENMs. The `CamApplication` of *socktap* is...

Most likely the receiving router is not located within the addressed destination area. The GeoNetworking layer is supposed to only pass up those messages to the application layer for which...

I don't remember to have seen this error before. I assume that the memory management related to asn1c data structures is somehow screwed up. The reason for this could be...