vanetza icon indicating copy to clipboard operation
vanetza copied to clipboard

Open-source implementation of the ETSI C-ITS protocol stack

Results 47 vanetza issues
Sort by recently updated
recently updated
newest added

Just a small fix to compile with Cohda SDK R17.x

This pull request adds the functionality of the security V1.3.1; as specified in the following document: https://www.etsi.org/deliver/etsi_ts/103000_103099/103097/01.03.01_60/ts_103097v010301p.pdf I've opened this pull request to get the code already developed to be...

I cross-compiled vanetza and its dependencies a couple of months ago and everything went fine. Now I'm trying the same process (I automated it with some scripts) but it gives...

Hi, I wanted to add some new messages to Vanetza. I succeeded with SREM and SSEM messages (see https://github.com/riebl/vanetza/pull/161), but I cannot do IVIM messages. When to trying to compile...

I've added SREM and SSEM messages. I think I have it correct, only thing I am not sure with are the files EXTERNAL.c and EXTERNAL.h, my asn1c compiler keeps generating...

Hello all, Here is my problem, I recently tried to add a new ASN1 file to the vanetza/asn1 folder and to compile it. The new asn1 file imports containers from...

Hello, I have seen that vanetza is currently support signatures, but as far as i can see, there is no _real_ encryption (other then the stubs from ASN) done at...

This adds Autotalks link layer to the socktap example, working on both Craton and Secton devices. Links with Autotalks libraries. Also adds possibility to build for Craton (cross-compilation for ARM...

Hello, I have seen that you have already integrated Vanetza with Artery. However, there is no clear information on how to simulate the security features of Vatenza, e.g., signing and...

Hello, I have a question: is there some simple way to compile features introduced in Socktap as shared library? I am asking as I am using the switch ``BUILD_SHARED_LIBS`` in...

enhancement