31 lines
494 B
Markdown
31 lines
494 B
Markdown
## IT2S ITS-S Facilities
|
|
|
|
IT2S implementation of the ETSI ITS Facilities layer.
|
|
|
|
### Implemented services and messages
|
|
|
|
- CAM
|
|
- DENM
|
|
- IVIM
|
|
- CPM
|
|
- SAEM (modded)
|
|
- TPM (IT2S - Tolling Payments)
|
|
- VCM (IT2S - Maneuver Coordination)
|
|
|
|
### Compilation
|
|
|
|
Install with CMake:
|
|
|
|
```
|
|
mkdir build
|
|
cd build
|
|
cmake ..
|
|
make
|
|
sudo make install
|
|
```
|
|
|
|
### Usage
|
|
|
|
Run the compiled `it2s-itss-facilities` executable.
|
|
Needs IT2S ITS-S Transport, Security, Management and the Applications services to also be running.
|