zephyr/samples/net
Jorge Ramirez-Ortiz f9eeefa6e0 samples: net: latmon: latency monitor tool
Supports the EVL/Xenomai4 benchmarking tool as described in the
documentation. The benchmarking tool is accessed via the latmon service.

This code uses the J2 socket on FRDMk64-F:
             PIN_20: tx pulse to SUT
             PIN_18: rx ack from SUT

The client code running on the SUT shall monitor the falling edge of
PIN_20.

Example usage from the latmus client running Xenomai4:
 $ latmus -I gpiochip2,23,falling-edge  \
          -O gpiochip2,21 -g"histogram" \
          -z broadcast

Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez@oss.qualcomm.com>
2025-07-20 12:27:30 -04:00
..
capture net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
cellular_modem Revert "drivers: serial: nrfx_uarte: Deprecate CONFIG_UART_x_NRF_HW_ASYNC" 2025-07-17 12:46:31 -10:00
cloud samples: add CONFIG_LOG_TIMESTAMP_USE_REALTIME 2025-06-26 11:03:22 -05:00
common net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
dhcpv4_client net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
dns_resolve net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
dsa net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
gptp
ipv4_autoconf net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
latmon samples: net: latmon: latency monitor tool 2025-07-20 12:27:30 -04:00
lldp
lwm2m_client samples: net: remove POSIX_TIMERS and XSI_SINGLE_PROCESS 2025-06-24 14:18:52 +02:00
mdns_responder
mqtt_publisher
mqtt_sn_publisher samples: net: mqtt_sn_publisher: Remove shadowed variable 2025-07-08 13:44:28 -05:00
openthread samples: ot: shell: update the sample configuration 2025-06-26 11:12:34 +02:00
pkt_filter
prometheus linker_script: Remove some remaining SUBALIGN in iterable sections 2025-07-07 10:07:56 -05:00
promiscuous_mode
ptp
secure_mqtt_sensor_actuator samples: net: Fix MAC address logging to include correct third byte 2025-06-24 15:40:44 -05:00
sockets linker_script: Remove some remaining SUBALIGN in iterable sections 2025-07-07 10:07:56 -05:00
stats
syslog_net kconfig: fix typo in (arch, boards, kernel, modules, samples, share) 2025-07-01 10:58:54 -10:00
telnet
tftp_client
virtual
vlan
wifi boards: adafruit: add initial support esp32s3_feather_tft_reverse 2025-06-26 10:44:53 -10:00
wpan_serial
zperf samples: net: zperf: Disable L2 ethernet 2025-06-23 12:47:56 -07:00
net.rst