Recent Changes - Search:

edit SideBar

Platooning

This is a proposed use case? of accessors.

Scenario

Trucks can save fuel by platooning, where the second and subsequent trucks are drafting behind the first truck.

  1. Trucks in a local area communicate and ask if there are other trucks headed toward their destination
  2. Trucks bid on being the lead truck, where they get a payment based on fuel savings. Details TBD
  3. An order is determined and trucks exchange accessors that are hosted on following truck.
  4. The accessor communicates between the truck in front and the local truck using whatever communication technology the accessor author would like to use.

Discussion

  1. The interface of the accessor is well defined in advance
    1. speed (km/Hr).
    2. distance that the lead truck thinks that the rear truck is behind (meters)
    3. etc.
  2. If a truck changes destination, the the trailing trucks need to decide if they want to go there or not, depending on a fuel and time calculation
  3. Trucks can drop out at any time
    1. If a lead truck drops out, a new negotiation must occur
    2. If a follower truck drops out, then the gap is closed.

The key thing is that a simple interface is defined and it is up to the implementer to define how the trucks communicate with the parking meter.

There might be different protocols and different communication methods (BLE, WiFi etc.)

Security

  1. Authentication: The accessor downloaded from the truck must be associated with the a known vendor, not some random person
    1. The accessor downloaded must not have been tampered with (Secure Checksum)
  2. Running the accessor in a Sandbox is a good idea

See Also

Edit - History - Print - Recent Changes - Search
Page last modified on November 04, 2016, at 04:59 PM