0

We have requirement to test TCP/IP Protocol Suite ( TCP/UDP/IP/ARP/ICMP/Ethernet) using CANAalyzer / CANoe with CAPL and have below queries :-

  1. Are there any API provided to send / receive / configure different protocols packets within TCP/IP Protocol Suite like ARP / ICMP / TCP / UDP / IP ?
  2. If no separate API available , how can we send / receive / configure the protocol packets ? Do we need to set / get raw packet and create / decode using CAPL scripts ?
nja
  • 67
  • 2
  • 13

1 Answers1

1

In help sections there are functions for UDP and TCP communication. Some of which are TcpOpen, OnTcpReceive, kindly check.

Nikhil
  • 139
  • 1
  • 5
  • 14