GithubHelp home page GithubHelp logo

ist-rc-auction-platform's Issues

Server: sistema de ficheiros

Criação de um conjunto de funções que usam o sistema de ficheiros do Linux para a gestão de informação dos vários utilizadores, leilões e assets.

O sistema de ficheiros poderá ser estruturado de uma forma semelhante à seguinte:

ASDIR
    USERS
        (uid1)
            (uid1) pass.txt    // contains the user password
            (uid1) login.txt    // appears when the user is logged in 
            HOSTED
                (aid1).txt        // auction #'s hosted by the user
                (aid2).txt
            BIDDED
                (aid3).txt        // auction #'s the user has bid
                (aid4).txt
        (uid2)
        (uid3)
    AUCTIONS
        (aid1)
            START (aid1).txt   // contains the starting info of the auction (like date, etc.)
            ASSET
                (asset fname1)
            END (aid1).txt       // created when the auction has ended
            BIDS
                (bid value1).txt
                (bid value2).txt
                (bid value3).txt
        (aid2)
        (aid3)

Client: Open Auction

Allow client to open a new auction request. Verify args. Establish TCP connection with server

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.