Solution for tutorial 2 - receiver: Difference between revisions

From WirelessAfrica
Jump to navigation Jump to search
(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 edit summary
 
Line 1: Line 1:
  define ($DEV ath0)
  define ($DEV ath0)
 
  FromDevice($DEV)
  FromDevice($DEV)
   ->c :: Classifier(12/0800)
   ->c :: Classifier(12/0800)

Latest revision as of 23:04, 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