pamoja for TypeScript - v0.1.17
    Preparing search index...

    Class MavlinkVerifier

    A signing key and the timestamps it has already accepted.

    Index
    • Sets how far a timestamp may run ahead of the last one accepted.

      A wider window tolerates a noisier link; a narrower one narrows the chance of a replay landing inside it.

      Parameters

      • window: number

      Returns void

    • Checks a frame's signature and its place in the timestamp sequence.

      Throws when the frame is unsigned, the signature does not match the key, or the timestamp has been seen before.

      Parameters

      Returns void