Git Product home page Git Product logo

liquid-wlan's Introduction

liquid-wlan

Software reference implementation of IEEE 802.11a physical layer

liquid-wlan is a free and open-source wireless LAN (local area network) implementation of the 802.11 a/g physical layer specification.

Installation and Dependencies

Library Dependencies

The following libraries must be installed on your machine before building liquid-wlan:

  • liquid-dsp, 231a3088d3 revision or later
  • libc/libm (standard C and math libraries)

You may optionally have FFTW installed

Getting the source code

Clone the entire Git repository

$ git clone git://github.com/jgaeddert/liquid-wlan.git

Installation

Once you have obtained a copy of the source code, you can now build the WLAN library:

$ ./bootstrap.sh
$ ./configure
$ make
$ sudo make install

If you are installing on Linux for the first time, you will also need to rebind your dynamic libraries with sudo ldconfig to make the shared object available.

If you decide that you want to remove the installed library, simply run

$ sudo make uninstall

Run all test scripts

Source code validation is a critical step in any software library, particulary for verifying the portability of code to different processors and platforms. Packaged with liquid-dsp are a number of automatic test scripts to validate the correctness of the source code. The test scripts are located in the autotest/ subdirectory and take the form of a C source file. Each test program is compiled and linked against the local library. You can compile and run all the test programs by invoking

$ make check

Examples

All examples are built as stand-alone programs and can be compiled with the make target examples:

$ make examples

Benchmarking tool

Packaged with liquid-wlan are benchmarks to determine the speed each signal processing element can run on your machine. These are stand- alone programs located in the benchmark subdirectory. You can build and run all the benchmark programs with the following command:

$ make bench

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.