SomeipTransmitter

class mtf.network_port.someip_transmitter.SomeipTransmitter

This class is used to inject an incorrect Some/IP message in the traffic.

message_queue = <queue.Queue object>
__init__()
create_someip_msg()

This function used to Creates a SOME/IP message object with default values in its fields. If you need to modify any of these fields, please consult the ANDI SDK documentation for further guidance. Please note that if you are working with complex types, you will need to use the convert_to function to properly convert your values into the appropriate format for the message object. To do : support other complexe type.

convert_to_ethernet_type(value: int)
convert_to_someip_message_type(value)
convert_to_someip_return_code(value)
send_someip_packet_over_udp(channel_name: str, message: IMessageSomeIP)