Solution for tutorial 2 - receiver: Difference between revisions

From WirelessAfrica
(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)
(No difference)

Revision as of 23:03, 12 January 2010

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