Git Product home page Git Product logo

ic2's Introduction

Internal Compute Cloud

Leverage the Computing power of surrounding

A final year project in Indian Institute of Information Technology Nagpur

Build Status

IC2 is a distributed cloud based middle man software, with a goal to connect every single PC with the platform

Features

  • Connect your machine with our software and earn for your computing power when you are not using it
  • Want better hardware, connect with our User portal and request for one without buying the brand new PC

Setup for Developers

IC2 is counting on you devs

  • IC2 requires Node.js v10+ to run. (Additonally, docker environment is required for some part but not necessary)
  • Install the dependencies and devDependencies in each folder by looking at package.json and start the servers.
  • Do the following in each folder
cd desktop_version
npm install
npm start
  • If you encounter connection refused error, then go to config.js in every folder and setup IP and Port as per your convinence

License

MIT

Free Software, Hell Yeah!

ic2's People

Contributors

princepathak avatar yash-kudesia avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

princepathak

ic2's Issues

Updates in Desktop Version

  • Read the status from output.txt, not from console
  • Use the command received to run the received file
  • Sen the IP of the client corresponding to PhysicalID to NSM_DB on start

Finalize the request for C2

Finalize the request to be sent to C2 from S3 for spawning the container with respect to the command which is to be executed.

SetUp the Hash for the files using the DOCTOR

All the file transfers currently do not have any security check, so we have to create one

  • Create a table in doctorDB for the file transfers
  • Generate a hash from the content of the file
  • Put the has in doctorDB new table along with the SRC and DEST
  • Put the hash on the top of the file, which is t be read by the receiver
  • Then the receiver will verify that using the doctorDB

Create a Auth Server

Either use a third party or an open-source tool or create one.
Check for authorization also, (LDAP)

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.