Examples ======== Below is a simple example that logs all messages to and from a specified ECU. .. literalinclude:: ../examples/log_all.py Below is an example of a simple network specification. Only the medium speed CAN bus is defined and only a single ECU is associated with that network. The ECU provides four identifiers, each made up of a single signal. .. literalinclude:: ../examples/create_network_spec.py Below is an example of reading values from an ECU. Note that it requires a network spec such as the one created above. .. literalinclude:: ../examples/read_values.py