Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

chanh1964/FogFly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FogFly

Utilizing Fog Computing in Intelligent Transportation Systems

FogFly was a proof-of-concept implementation of our bachelor's graduation project.
Please kindly refer to the FogFly's paper.

Components

  1. Master Node
    • How to run:
      1. Fix script masterNodeStartScript according to system network setup
      2. Run master node by running the script
  2. Slave Node
    • How to run:
      1. Fix script slaveNodeStartScript according to system network setup
      2. Run slave node by running the script
    • Fix error if applicable:
      1. If encounters error cannot ... db of null Create empty directory data[99..103]
      2. Port collision and run the script again:
        lsof -i:[port] //to find pid of process that is using the port
        kill -9 [pid]  
  3. Configuration Please see the Readme.md inside configuration for instructions

Dragonfly Team 2018

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •