Coder Social home page Coder Social logo

paradropworkshop's Introduction

ParadropWorkshop

Included is a Vagrantfile that can be used to obtain the Paradrop build setup.

Snap installation on router

Run these commands on vagrant:

wget https://paradrop.io/storage/snaps/dnsmasq_2.74_all.snap
wget https://paradrop.io/storage/snaps/hostapd_2.4_all.snap

wget http://pages.cs.wisc.edu/~sejalc/paradrop_0.1.0_all.snap
wget http://pages.cs.wisc.edu/~sejalc/pdinstall_0.1.0_all.snap

For deploying snaps:

snappy-remote --url=ssh://<ip addr>:22 install dnsmasq_2.74_all.snap
snappy-remote --url=ssh://<ip addr>:22 install hostapd_2.4_all.snap

ssh into your router and run the following cmd to install docker:

sudo snappy install docker #run in router

Exit from the router, back to the vagrant machine:

snappy-remote --url=ssh://<ip addr>:22 install paradrop_0.1.0_all.snap
snappy-remote --url=ssh://<ip addr>:22 install pdinstall_0.1.0_all.snap 

Cheat sheet:

Issues while working with the router:

If the dhclient is not running, then check all the ethernet interfaces via ifcongig command and then add the same contents of eth0 file to other files(eth3,eth4,eth5).

ifconfig -a
Create /etc/network/interfaces.d/eth4 (add same as eth0)

If its not able to resolve google.com, run add namesever 8.8.8.8 in file /etc/resolv.conf

In file :/etc/resolv.conf 
  add the line: namesever 8.8.8.8

paradropworkshop's People

Contributors

sejalchauhan avatar

Watchers

 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.