Skip to content

raspberry pi as a fog computing node, distribute model

Notifications You must be signed in to change notification settings

wenbo1188/distribute

Repository files navigation

Goal

To construct a fog-computing framework based on Raspberry Pi.

Install

$ sudo git clone https://github.com/wenbo1188/distribute.git 
$ cd project_path
$ sudo pip install -e .

Usage Guide

Running distribute app:

$ export FLASK_APP=distribute
$ export FLASK_DEBUG=1
$ flask run #for locally debugging or
$ flask run --host=0.0.0.0 #for public using 

Issue

Mobile device connecting:
using tool create_ap to make rpi an AP.

$ sudo git clone https://github.com/oblique/create_ap.git
$ cd create_ap
$ sudo make install
$ sudo apt-get install util-linux procps hostapd iproute2 iw haveged dnsmasq # install tools required for create_ap

About

raspberry pi as a fog computing node, distribute model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published