Giter Site home page Giter Site logo

mobileuipv6's Introduction

Userspace uIPv6 for Linux (Intended for ARM)

This is a mini-IPv6 stack for use on Linux machines.

It makes use of the raw packet interface to send and receive ethernet frames on WLAN or on a wired ethernet network. The aim of this code is not for it to run on Linux but to run on bare ARM Cortex-M3 hardware... and hopefully ARM Cortex-M0.

It is currently a base implementation taken from Contiki with help from shapeshifter. The current aim is to implement RFC 3775 (now obsolete, replaced by 6275) requirements, RFC 2473 (Generic Packet Tunneling in IPv6) and MIPv6 route optimisation mode. The code must also be updated with the code currently in Contiki.

Compile the code

In the usual way: make from the src/ directory.

More information

Once running you should check you can ping the link local address:

ping6 -I eth0 fe80::217:8ff:fe36:e16f

Naturally replace the fe80::217:8ff:fe36:e16f with whatever link local IPv6 address is configured in your uIPv6 stack.

uip6.c and packetsocketinterface.c contain the MAC address of the interface ( you probably dont want this to match the actual mac address of your interface. )

Disclamer

This code does work but it is certainly not production ready, I welcome any help!

mobileuipv6's People

Stargazers

 avatar

Watchers

 avatar Tomas Bolckmans avatar

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.