Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
Advanced Messaging Concept Development: Probe Data Control Message
Contains all PDCMs generated during the AMCD field testing program. The PDCM is a control message sent from the server to OBUs to customize a request for Probe Vehicle Data (PVD) from the receiving OBU. All PDCMs are generated by the VCC Cloud server and transmitted to OBU clients through either a DSRC or cellular communications channel.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"datahub-transportation-gov/advanced-messaging-concept-development-probe-data-q3ms-nja6\".\"advanced_messaging_concept_development_probe_data\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata