Coder Social home page Coder Social logo

Comments (3)

neuroscr avatar neuroscr commented on May 20, 2024

I'm hoping we can intro a set of timing parameters for a mobile mode that would allow for long delays before timeouts.

from lokinet.

liilac avatar liilac commented on May 20, 2024

I'll need to go into more detail and properly document the requirements for mobile/embedded use cases, but some thoughts that come to mind include:

  • cellular MTU vs packet size, especially where there might be easy paths to optimisation (see below)
  • extended radio and processor wake times due to larger and more packets as a product of current data encoding scheme and structures used to represent some information such as bools
  • consideration of most appropriate cryptographic function variants such as blake2 variant (blake2b, blake2s, etc) with the characteristics of embedded processors (e.g. 32 bit ones, which is not an issue for modern mobile but is for embedded)
  • possible present lack of thought/effort put into protocol optimisation for non-x86 architectures (arm64, MIPS, armv7, etc) of relevance to mobile and embedded use cases
    ** crypto instructions, and IP cores/blocks, in some cases coprocessors
    ** similar for network acceleration (e.g. as seen in octeon processors)

I'll make an effort to update this and expand on and formalise on these.

from lokinet.

majestrate avatar majestrate commented on May 20, 2024

from lokinet.

Related Issues (20)

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.