Code Monkey home page Code Monkey logo

mint's People

Contributors

bang9211 avatar kumdori88 avatar ndyrs1130 avatar soobinjeon avatar zealee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mint's Issues

sharing - frame.GET_SHARING_RESOURCE() is not used in Header class

While the sharing algorithm is running, Header node may want its own resources.
but as programming issue, Header node can not get them.
below is the problem code.
there are no function that header node gets the resources.

/**
     * get Resource from Header Node
     * @param requestdata
     * @param resHandle 
     */
    private void getResource(SendMessage requestdata, ResponseHandler resHandle){
        if(!isActivated)
            return;
        
        if(routingprotocol.isHeaderNode()){
            //get child node resource -> use other method in here
        }else{
            Node header = routingprotocol.getHeaderNodeofCurrentNode();
            requestdata.AddAttribute(Request.MSG_ATTR.Sharing, SharingMessage.CLIENT_REQUEST.getValue());
            frame.REQUEST_GET(header.gettoAddr(), requestdata, resHandle);
        }
    }

CoAP Construction issue

CoAP Requirement - CoAPPacket.java
Option

  • MAX-AGE
  • Content-format

Payload

  • message format : JSON type
  • Basically, CoAP protocol payload in MinT includes MinT protocol like (source, final destination)
  • All IoT devices which are included in whether MinT or other middleware must communicate each other with CoAP protocol.
  • MinT do not use CoAP attribute. it need to use CoAP attribute.

Not callback response

  • Target node need to response ACK message, if it receives the message which doesn't need the response message.

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.