Solution for tutorial 2 - receiver

From WirelessAfrica
Revision as of 23:03, 12 January 2010 by Kingdavid (talk | contribs) (New page: define ($DEV ath0) FromDevice($DEV) ->c :: Classifier(12/0800) // Strip off all the ethernet, IP and UDP headers ->Strip(42) ->Print(CONTENTS ASCII) ->Discard)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
define ($DEV ath0)
FromDevice($DEV)
 ->c :: Classifier(12/0800)
 // Strip off all the ethernet, IP and UDP headers
 ->Strip(42)
 ->Print(CONTENTS ASCII)
 ->Discard