Giter Club home page Giter Club logo

droppedbox's Introduction


Hey there, I'm Levindo Gabriel Taschetto Neto.

I'm Founder and IT Consultant at Dawntech Inc. and I like to share my projects!

๐Ÿ› ๏ธ Technologies and Tools I use

javascript javascript javascript nodejs mongodb docker kubernetes jenkins

๐Ÿงฎ Stats

๐Ÿ”— External links

Linkedin Badge Linkedin Badge Facebook Badge Instagram Badge Gitlab Badge

droppedbox's People

Stargazers

 avatar  avatar

Watchers

 avatar

droppedbox's Issues

Create client interface

Needed commands:

  • upload <path/filename.ext>
  • download <filename.ext>
  • list server
  • list client
  • get sync directory
  • exit

ClientUser::showInterface() must return a vector<string> with the following data:

  • Command
  • Parameter (it is not NULL just for upload and download)

Add file for having the information about the states of the user's files

Why

The server ought to keep updated the state of each file of each user of the application.

When it has to be updated

When the following events are notified:

  • IN_OPEN or IN_ACCESS (it triggers atime)
  • IN_MODIFY (it triggers mtime)
  • IN_CREATE (it triggers ctime)

Structure of the file

Name of the file: states.log

user1 fileName1_1 mtime1_1 atime1_1 ctime1_1
user1 fileName1_2 mtime1_2 atime1_2 ctime1_2
user1 fileName1_3 mtime1_3 atime1_3 ctime1_3
user2 fileName2_1 mtime2_1 atime2_1 ctime2_1
user3 fileName3_1 mtime3_1 atime3_1 ctime3_1
                  ...

Where it has to be placed

In the management class, and it must be used for:

  • getting information: init of the droppedBox server.
  • being filled with new information: every time an event which was previously discussed happens

Fix upload

Now it's just available to upload files from the users' sync folder.

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.