Giter Club home page Giter Club logo

lime-packages's Introduction

tip for next commit

LibreMesh packages "Community Chaos" release (16.07)

LibreMesh project includes the development of several tools used for deploying libre/free mesh networks.

The firmware (the main piece) will allow simple deployment of auto-configurable, yet versatile, multi-radio mesh networks. Check the Network Architecture to see the basic ideas.

Download Precompiled Binaries

This is the easiest way to first test and install LibreMesh in your router.

You can download a firmware image with generic configuration of the last stable release at downloads subdomain.

Customize and Download a Firmware Image Using Chef

We encourage each network community to create its firmware profile on our own web application Chef. It generates and delivers customized firmware images (for example custom ESSID, IP range, additional packets or scripts...).

Building a Firmware Image on Your PC

The LibreMesh firmware can be compiled either using the easy to use lime-build tool or manually adding the feed to a OpenWrt buildroot environment.

Using lime-build

Refer to lime-build README.

Using OpenWrt buildroot

Clone OpenWRT stable repository, nowadays is version 15.05.1 (Chaos Calmer).

git clone -b chaos_calmer git://github.com/openwrt/openwrt.git
cd openwrt

Add lime-packages feed to the default ones.

cp feeds.conf.default feeds.conf
echo "src-git lime https://github.com/libremesh/lime-packages.git" >> feeds.conf

If you want to use a specific branch of lime-packages specify it adding ;nameofthebranch at the end of the last line. For example:

src-git lime https://github.com/libremesh/lime-packages.git;16.07

Download the new packages.

scripts/feeds update -a
scripts/feeds install -a

Select needed packages in menuconfig.

make menuconfig

We suggest you to deselect the package dnsmasq from Base system section and to select dnsmasq-dhcpv6 in the same section. Then to deselect firewall from Base system section. Finally to deselect odhcpd from Network section.

Finally enter the LiMe section and select the wanted LibreMesh features, a good option is to select lime-full.

Compile the firmware images.

make

The resulting files will be present in bin directory.

Get in Touch with LibreMesh Community

Mailing Lists

The project offers the following mailing lists

  • [email protected] - This list is used for general development related work.
  • [email protected] - This list is used for project organisational purposes. And for user specific questions.

IRC Channel

The project uses an IRC channel on freenode.net

  • #libremesh - a public channel for everyone to join and participate

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.