Signal databases
Signal databases contain information on how to decode recorded signals. To play a recording on a broker a signal database is required.
If you head over to Signal databases you will see a list of all the signal databases in the current project.
How-to guide
- Console
- Cli
Simply click the navigation path Signal databases.
Lists all signal databases in project
$ remotive cloud signal-databases list --project my-project
[
{
"name": "custom_traffic.dbc",
"size": "567 B",
"type": "candb",
"uploaded": "2023-04-14T09:16:40.279Z"
}
]
Manage signal databases
Everyone can see signal databases but they can only be downloaded and delete by users with the right permissions.
Signal database - upload
Signal databases can be uploaded by anyone in the project.
Not yet supported in CLI
How-to guide
Drag and drop a signal database file to the highlighted area. You can also click the drag and drop area or use the highlighted button in the top right corner to open a file selector.
Signal database - download
Signal databases can be download by users with the right permissions.
How-to guide
- Console
- Cli
Simply click the highlighted download icon.
Downloads the specified signal database file
$ remotive cloud signal-databases download custom-traffic.dbc --project my-project
Signal database - delete
Signal databases can be deleted by users with the right permissions.
How-to guide
- Console
- Cli
Simply click the highlighted trash can icon.
Deletes the specified signal database file
$ remotive cloud signal-databases delete custom-traffic.dbc --project my-project