Solution for tutorial 2 - receiver

From WirelessAfrica
Revision as of 23:04, 12 January 2010 by Kingdavid (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
define ($DEV ath0)

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