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

Standalone Native RPL Border Router #1021

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from

Commits on Dec 1, 2020

  1. Configuration menu
    Copy the full SHA
    5030fe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c829b5 View commit details
    Browse the repository at this point in the history
  3. Add os/services/demux

    - net-demux: demultiplexer between tun and slip
    - mac-demux: demultiplexer between slip and radio (IEEE 802.15.4)
    yatch committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    ec2e8a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c13763c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aecb22b View commit details
    Browse the repository at this point in the history
  6. demux: update README.md

    yatch committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    7291cc2 View commit details
    Browse the repository at this point in the history
  7. demux: updates

    - replace "uip_len = 0" with "uipbuf_clear()"
    - remove unnecessary code
    yatch committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    974f532 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    abcf36b View commit details
    Browse the repository at this point in the history
  9. demux/net-demux: bugfix

    yatch committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    a3c9e3c View commit details
    Browse the repository at this point in the history
  10. demux: update LOG_MODULE and LOG_LEVEL settings

    - LOG_MODULE: use "demux", "demux-down", or "demux-up"
    - LOG_LEVEL: align with a corresponding layer (LOG_LEVEL_MAC or LOG_LEVEL_IPV6)
    yatch committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    39772cc View commit details
    Browse the repository at this point in the history
  11. demux: fix in logging

    yatch committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    6b3ac0d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a889a85 View commit details
    Browse the repository at this point in the history
  13. demux: minor updates

    yatch committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    c975a7b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    95e6438 View commit details
    Browse the repository at this point in the history
  15. demux: refactoring

    - mac-demux: use slip_write() instead of slip_send()
    - net-demux: delay ringbufindex_put() until the buffer is ready
    - net-demux: correction in a comment
    - net-demux: replace serial_rxbuf_len = 0 with serial_clear_rxbuf()
    - net-demux: make input() to do nothing, which shouldn't be called
    - standalone-native-rpl-border-router: update README.md
    yatch committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    f5da31b View commit details
    Browse the repository at this point in the history
  16. demux: minor fixes

    yatch committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    68c64e6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8d919e6 View commit details
    Browse the repository at this point in the history