Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PoC Ingest Streams #465

Merged
merged 8 commits into from
Oct 12, 2023
Merged

PoC Ingest Streams #465

merged 8 commits into from
Oct 12, 2023

Commits on Oct 8, 2023

  1. bump deps

    madninja committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    b02dc40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55e7a15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04c9084 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. session keys for beaconer

    uses reconnect and poc iot conduit service
    madninja committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    612e56a View commit details
    Browse the repository at this point in the history
  2. Update src/beaconer.rs

    Co-authored-by: mawdegroot <[email protected]>
    madninja and mawdegroot authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4394b21 View commit details
    Browse the repository at this point in the history
  3. Update src/beaconer.rs

    Co-authored-by: mawdegroot <[email protected]>
    madninja and mawdegroot authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4b59c14 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Remove most sharing of keypairs

    And move keypair and session keypair management to the conduit itself.
    madninja committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    33f61ba View commit details
    Browse the repository at this point in the history
  2. Conduit code reuse

    * Make ConduitService::recv handle the cosed connection
    * Expose DecodeError to reduce error module references
    madninja committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    9fb5ecd View commit details
    Browse the repository at this point in the history