net-tools icon indicating copy to clipboard operation
net-tools copied to clipboard

Network tools for testing with Qemu

Results 8 net-tools issues
Sort by recently updated
recently updated
newest added

The configuration will create Linux mac80211_hwsim environment so that native_sim based wifi driver can be used to test upper layer wifi support (wpa_supplicant + wifi shell and utils).

The can-setup.sh script can be used to create zcan interface which provides a Linux vcan virtual CAN interface. This script can be used together with Zephyr native_posix CAN driver. Signed-off-by:...

Add -c option to echo-client. This option will randomly assign socket priority to the sent packet. Add also commands that map the socket priority to VLAN priority so that the...

What is a plan to support net-tools for QEMU on Windows OS? "Jonathan Beri (Discord): _... That said, the biggest gap is the lack of nettools support. It's currently Linux...

QEMU + networking on macOS has not been supported. Virtual networking on macOS makes it challenging due to recent changes in macOS around virtual networking (see vmnet https://developer.apple.com/documentation/vmnet.) vmnet support...

When trying to build using the `make` command I get the error: ``` monitor_15_4.c:34:10: fatal error: pcap/pcap.h: No such file or directory ``` I managed to fix this by installing...

dnsmasq and avahi-daemon are needed to test DNS and mDNS. Signed-off-by: Jukka Rissanen

This repo (net-tools) includes quite an old mbedTLS snapshot (2.4.0). In the main Zephyr repo we for example recently upgraded to 2.8.0. Would be nice to upgrade too, to avoid...

enhancement