Solution for tutorial 2 - receiver

From WirelessAfrica
define ($DEV ath0)

FromDevice($DEV)
 ->c :: Classifier(12/0800)
 // Strip off all the ethernet, IP and UDP headers
 ->Strip(42)
 ->Print(CONTENTS ASCII)
 ->Discard