Git Product home page Git Product logo

fog-computing's Introduction

fog-computing

This project is an implementation of functionality of a node in a distributed system in the context of Fog Computing. The system consists of FogNode, IoTNode and CloudNode, each executed on different host machines. IoTNode is the request generator and FogNode, CloudNode do the processing of these requests.

This is implemented in java and needs java compiler version greater than or equal to 8. All the java files have been created in the package com.utd.acn.project.

Below are the steps to execute the project:

  1. Login to the host where a node needs to be run. ssh [email protected]
  2. Copy the project from local system to the remote machine {dc05:} mkdir fog-computing โžœ ~ scp -r workspace/fog-computing/* [email protected]:/fog-computing/
  3. Compile the java files {dc05:/fog-computing} mkdir classes {dc05:/fog-computing} javac -d classes src/com/utd/acn/project/*.java
  4. Run the nodes(fog, IoT,cloud) by passing relevant arguments as given below. {dc05:/fog-computing} cd classes/ CloudNode: {dc05:/fog-computing/classes} java com/utd/acn/project/CloudNode MY_TCP {dc05:/fog-computing/classes} java com/utd/acn/project/CloudNode 5331 FogNode: {dc04:/fog-computing/classes} java com/utd/acn/project/FogNode Max_Process_Time interval MY_TCP MY_UDP IP_C TCP_C IP_N1 TCP_N1 ... {dc04:/fog-computing/classes} java com/utd/acn/project/FogNode 25 3 5326 9879 10.176.69.37 5331 10.176.69.36 5325 IoTNode: {dc08:/fog-computing/classes} java com/utd/acn/project/IoTNode interval MY_UDP IP_C UDP_C {dc08:~/fog-computing/classes} java com/utd/acn/project/IoTNode 10 9883 10.176.69.35 9879
  5. Ctrl+C to stop program execution

fog-computing's People

Contributors

indhiramudrageda 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.