newlisp/qa-specific-tests/qa-broadcast

4 lines
198 B
Text
Raw Permalink Normal View History

2016-06-11 17:22:37 +00:00
newlisp -e '(net-receive (net-listen 3000 "" "udp") buff 10) (if (= buff "hello") "broadcast Ok" "broadcast Problem")' &
newlisp -e '(net-send (net-connect "10.0.0.255" 3000 "broadcast") "hello")'