riebl / vanetza

Open-source implementation of the ETSI C-ITS protocol stack
Other
197 stars 157 forks source link

Can not send IVIM #184

Closed Krupass closed 1 year ago

Krupass commented 1 year ago

Hello, I installed vanetza and socktap yesterday and I could send IVI messages. Today I installed it on another system which should be same but when I try to send IVI with sudo socktap -i wlp5s0 --security=none --applications=ivi --non-strict -p static it throws: skip unknown application 'ivi'.

Any idea why?

riebl commented 1 year ago

Well, there is simply no "ivi" application in socktap. You have likely used a feature branch of a Vanetza fork on one system and the official branch on the other system.

Krupass commented 1 year ago

Well, on both systems I started with the same files downloaded from github and then: sudo cmake -D BUILD_SOCKTAP=ON -D BUILD_CERTIFY=ON -D SOCKTAP_WITH_GPSD=ON sudo make sudo make install

Where could I miss something?