Code Monkey home page Code Monkey logo

damascus's Introduction

Course Project - LEO2

Secure Ad Hoc Networking with Raspberry Pi's.

Project of the course Linux for Embedded Objects (SDU Robotics).

The project consisted on creating an ad-hoc network for communication bewteen multiple Raspberry Pi's. All RPi's have been equiped with Raspbian Lite (29-11-2017 version). The following is a quick guide on how to set up a new branch in the project git.

Create directory for the repo and navigate to it. Then start git:

$ mkdir ~/workspace/LEO2
$ cd ~/workspace/LEO2
$ git init
$ git add .
$ git commit -m "Starting new branch"

Then, create new branch by:

$ git checkout -b <new_branch_name>

Finally, add the branch to the remote repository by:

$ git remote add origin <url_of_repository>
$ git push -u origin <new_branch_name>

To see all branches created in a project, go to the directory in the local machine and type:

$ git branch

Implementation

All cryptographic functions were tested and work fine. However, the main functionality of the system inside an ad hoc network could not be tested yet, due to unavailability of hardware to broadcast an ad hoc network with Raspberry Pi's.

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.