Giter VIP home page Giter VIP logo

iot-trust-task-alloc's People

Contributors

giovannistanco avatar mbradbury avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

iot-trust-task-alloc's Issues

Move signing of messages to OSCORE

The signing of messages needs to be moved from this implementation to Group OSCORE. Group support is not needed, but digital signature support was moved from the main standard to this subsequent standard.

Unify edge applications

Instead of having a per-edge application coap resource, implement a generic interface for receiving (task submissions) and sending (task responses) coap messages.

Error: ModuleNotFoundError: No module named 'common'

Hi, I am trying to run the (iot-trust-task-alloc) on Virtual Machine ( VM WARE) and successfully run the command till step 1- instruction to deploy but when I reached to step 2 and try to run the build command, I get the attached error.
I will be thankful if you could help me to sort out this error?

error

nRF52840 SDK

Hi, I hope you are well.
I bought the nrf52840 SDK and the device has no senior, could you please inform me regarding the implementation and using which type of device/controller/ chip / you used with nrf52840 SDK for further implementation?

thanks and best regards
Muhammad

Routing: Use of Block1 to deliver results

The routing application currently uses CoAP's Block1 to deliver results to a client. There are a few issues with this:

  • The message is chunked into valid CBOR by splitting the result list, instead of being sent as chunks of one large list. This is to enable the receiver to validate the quality of the message.
  • The payload length does not respect the block size.
  • Block2 should probably be used instead, where the server sends a Block2 response after acknowledging the tasks receipt.

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.