Git Product home page Git Product logo

lola's People

Contributors

gitmodu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

shozuke

lola's Issues

SyncSurface partial resync algorithm is getting stuck.

If some of the blocks were missed during sending, the writer will just keep sending the last block on the surface. This must be improved, to either force a full resync or send the missing blocks map (it's just 1 byte).

Collision avoidance solutions

Current solution: Avoid sending anything while we keep getting packets. This allows for a user service to saturate the link and eventually lose the link, because no Ack can come back.

GPS TimeSync: sync the time to the GPS PPS. Is extremely accurate, but may need up to 12 minutes of Satellite line-of-sight before start.

Fallback solution: Implement the PTPSync service, which should be able to sync the radio Millis() source to the ~1ms. Requires a lot of flash and RAM but works in any case.

These can get us a synced time source for millis.

Once we have that, we can schedule the windows for sending, maybe around 5:5 ms for each.
Also, with a known time source, we can finally implement some basic crypto.

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.