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.
- Master Node
- How to run:
- Fix script
masterNodeStartScriptaccording to system network setup - Run master node by running the script
- Fix script
- How to run:
- Slave Node
- How to run:
- Fix script
slaveNodeStartScriptaccording to system network setup - Run slave node by running the script
- Fix script
- Fix error if applicable:
- If encounters error
cannot ... db of nullCreate empty directorydata[99..103] - Port collision and run the script again:
lsof -i:[port] //to find pid of process that is using the port kill -9 [pid]
- If encounters error
- How to run:
- Configuration
Please see the Readme.md inside
configurationfor instructions