Skip to content

Vehicle enrollment and active revocation implementation #341

Answered by riebl
jordydehaes asked this question in Q&A
Discussion options

You must be logged in to vote

The ExampleService is quite eager to transmit on any applicable channel. In many cases, you can simply pass your request via request(req, packet), i.e. without a network interface argument. The middleware will send the messages then on all applicable channels for you. After all, this is only of concern if your simulation model uses more than one ITS-G5 channel. For example, the CaService and GbcMockService do not iterate any network interfaces.

Also note that you don't have to use the trigger method for transmission. You can also schedule arbitrary OMNeT++ events and call request(req, packet) from an arbitrary event or signal handler.

I have mentioned BlackIce because I assumed you want u…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@riebl
Comment options

Answer selected by jordydehaes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants