Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Direct Mode LAN, OLSR status link, DHCP reservations to OLSR. #93

Open
wants to merge 35 commits into
base: master
Choose a base branch
from

Commits on May 14, 2016

  1. Configuration menu
    Copy the full SHA
    241d926 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2016

  1. Add olsr status page

    Colin Begg committed May 15, 2016
    Configuration menu
    Copy the full SHA
    613b95b View commit details
    Browse the repository at this point in the history
  2. Add direct mode optino to UI

    Colin Begg committed May 15, 2016
    Configuration menu
    Copy the full SHA
    0f42af0 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. Assert port 1978 in a PlParam

    Colin Begg committed May 16, 2016
    Configuration menu
    Copy the full SHA
    ac7b088 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. Configuration menu
    Copy the full SHA
    18558df View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

  1. Fixed network interfaces creation, now restarts OK

    Colin Begg committed May 20, 2016
    Configuration menu
    Copy the full SHA
    f98cd04 View commit details
    Browse the repository at this point in the history
  2. Final fixes to Controller files (I hope)

    Colin Begg committed May 20, 2016
    Configuration menu
    Copy the full SHA
    fa1b2f3 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2016

  1. Change direct netmask to default of 255.255.255.240

    Colin Begg committed May 21, 2016
    Configuration menu
    Copy the full SHA
    275cddd View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. Fix logic for displaying OLSR status page

    Colin Begg committed May 23, 2016
    Configuration menu
    Copy the full SHA
    5730169 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. Add dhcp reservation GUI to model, view and controller

    Colin Begg committed May 24, 2016
    Configuration menu
    Copy the full SHA
    72a8d66 View commit details
    Browse the repository at this point in the history
  2. Accidentally added .save and .new

    Colin Begg committed May 24, 2016
    Configuration menu
    Copy the full SHA
    061090c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2016

  1. Reservations GUI and changes to allow for extra parameter to render_o…

    …lsrd_config()
    Colin Begg committed May 25, 2016
    Configuration menu
    Copy the full SHA
    70529c4 View commit details
    Browse the repository at this point in the history
  2. Add /etc/ethers creation, pass reservations to render_olsrd_config, a…

    …llow for existing reservation.
    Colin Begg committed May 25, 2016
    Configuration menu
    Copy the full SHA
    4e0eebf View commit details
    Browse the repository at this point in the history

Commits on May 26, 2016

  1. Added default Direct Mode LAN IP of 10.2.2.2 to avoid Validation erro…

    …rs when none fitted.
    Colin Begg committed May 26, 2016
    Configuration menu
    Copy the full SHA
    7a2244b View commit details
    Browse the repository at this point in the history
  2. Default to pinging Internet gateways, to propagate Internet connectio…

    …n to other nodes
    Colin Begg committed May 26, 2016
    Configuration menu
    Copy the full SHA
    4430bc3 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2016

  1. Configuration menu
    Copy the full SHA
    2e4566c View commit details
    Browse the repository at this point in the history
  2. Two lines concatenated in install.sh. Fix it!

    Colin Begg committed May 29, 2016
    Configuration menu
    Copy the full SHA
    c1c5ba7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b22bf86 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/cbegg50/hsmm-pi

    Testing new Composer install of cakephp
    Colin Begg committed May 29, 2016
    Configuration menu
    Copy the full SHA
    dc8464f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    124d010 View commit details
    Browse the repository at this point in the history
  6. Composer source file to install Cakephp 2.8.3

    Colin Begg committed May 29, 2016
    Configuration menu
    Copy the full SHA
    ab32e8e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2016

  1. Configuration menu
    Copy the full SHA
    db227da View commit details
    Browse the repository at this point in the history
  2. Change clone repository to cbegg50/hsmm-pi

    Colin Begg committed May 30, 2016
    Configuration menu
    Copy the full SHA
    ca6eef6 View commit details
    Browse the repository at this point in the history
  3. Correct path to cake script under Console

    Colin Begg committed May 30, 2016
    Configuration menu
    Copy the full SHA
    be190ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7619de8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12eca52 View commit details
    Browse the repository at this point in the history
  6. Modify the README.md file to show the new additions.

    Colin Begg committed May 30, 2016
    Configuration menu
    Copy the full SHA
    5a9f65e View commit details
    Browse the repository at this point in the history
  7. Put Pi default values back into olsrd.conf.template

    Colin Begg committed May 30, 2016
    Configuration menu
    Copy the full SHA
    fb046a9 View commit details
    Browse the repository at this point in the history
  8. Default Hello timers for faster network recognition

    Colin Begg committed May 30, 2016
    Configuration menu
    Copy the full SHA
    56f2b2a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2016

  1. Revert to all Pi values for timers - gives best longevity of Pi mesh …

    …connection
    Colin Begg committed Jun 6, 2016
    Configuration menu
    Copy the full SHA
    d6d3259 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2016

  1. Revert "Revert to all Pi values for timers - gives best longevity of …

    …Pi mesh connection"
    
    Didn't work very well
    This reverts commit d6d3259.
    Colin Begg committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    2147feb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    722550c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

  1. Revert to using Pear to install CakePHP

    Colin Begg committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    96bf030 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. Install olsrd from repo as normally specified branch has gone from Gi…

    …tHub
    Colin Begg committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    d5c31bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    665afcb View commit details
    Browse the repository at this point in the history