Search Results for

    Show / Hide Table of Contents

    Please note that this a WIP document. Any feedback is welcome.

    FleetBoard

    FleetBoard is a platform that enables the communication between back-end servers and vehicles.

    How does FleetBoard work ?

    FleetBoard has SOAP back end. We used their demo client app and extended it a bit.

    You can read their docs here: FleetBoard Docs

    FleetBoard is a flexible communication platform with vehicles. Important things to know are:

    • TMStructure
    • TMObjectType
    • TMObject
    • FormDef_

    You define TMStructures, TMObjectTypes and FormDefs in the back-end. They will be sent to the vehicle using TransportManagementService

    In order to communicate with a vehicle you need to create a TMObject using the TM service. You need to pass structure id, object type id, vehicle id and form defs as a IEnumerable<KeyValuePair<long, string>>.

    • Improve this Doc
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx