Änderungen

Zur Navigation springen Zur Suche springen
215 Bytes hinzugefügt ,  07:10, 19. Sep. 2023
Zeile 266: Zeile 266:  
* https://afterthoughtsoftware.com/posts/an-easy-way-to-send-udp-packets-in-linux
 
* https://afterthoughtsoftware.com/posts/an-easy-way-to-send-udp-packets-in-linux
 
* https://stackoverflow.com/questions/9696129/how-to-send-only-one-udp-packet-with-netcat
 
* https://stackoverflow.com/questions/9696129/how-to-send-only-one-udp-packet-with-netcat
 +
 +
 +
=== Empfangen von UDP-Paketen ===
 +
 +
UDP-Pakete können auf einem Port $LOCAL_PORT folgendermaßen empfangen werden:
 +
 +
  nc –u –l $LOCAL_PORT
 +
 +
Siehe
 +
 +
* https://linuxhint.com/send_receive_udp_packets_linux_cli/
 +
 
-----
 
-----
 
<references/>
 
<references/>

Navigationsmenü