Changes between Version 9 and Version 10 of GettingStarted/WARPv3/IntroToTools


Ignore:
Timestamp:
Aug 8, 2012, 1:02:40 PM (12 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GettingStarted/WARPv3/IntroToTools

    v9 v10  
    2626= I Want to Study the Higher Networking Layers = #mac
    2727
    28 One of the most common networking applications for WARP is the study of novel medium access control (MAC) protocols.
     28One of the most common networking applications for WARP is the study of novel medium access control (MAC) protocols. Typically, MACs are implemented as software written in C and run on a MicroBlaze processor core in the FPGA. As such, the best example to start with is:
     29
     30 * [wiki:Exercises/HelloWorld] - The Hello World exercise is what we recommend all new users of WARP start with. By the end of it, users will use C-code to control LEDs on the board as well as print messages over UART.
     31
     32After that, it is best to jump to the [wiki:OFDM OFDM Reference Design] and set up a link using the CSMA MAC code included in the design. This serves as a good example on how to write custom MAC software for WARP.