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 see a list of all the signal databases in the current project.
How-to guide
- Console
- Cli
Simply click the navigation path Signal databases.
![[Image] Signal databases page](/assets/images/navigation_signal_dbs-10613a57a71172dc1c697d3d60de8533.png)
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.
![[Image] Upload signal databases](/assets/images/signal_database_upload-42ec6e2fb9a971920f1f9c566194a71d.png)
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.
![[Image] Download signal databases](/assets/images/signal_database_download-c660c505be87b6f1b8b90f0e8882c353.png)
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.
![[Image] Delete signal databases](/assets/images/signal_database_delete-0276235edc5bf02cfdc5f91d2e5f27d0.png)
Deletes the specified signal database file
$ remotive cloud signal-databases delete custom-traffic.dbc --project my-project