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

UDP Support #353

Merged
merged 26 commits into from
Apr 25, 2024
Merged

UDP Support #353

merged 26 commits into from
Apr 25, 2024

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    ce989b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    fe0c4be View commit details
    Browse the repository at this point in the history
  2. introduce concept of a link ReadMode that will allow us to process st…

    …ream-based and datagram-based physical layers differently w.r.t to receiving partial link frames
    jadamcrain committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    af8984f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd8e03b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0eb1d03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9ed1f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. fix comment

    jadamcrain committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    05252d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9655f80 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    3517bd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebe50a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36b6cd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7115edf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ff3686 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Udp/partial (#352)

    * partial
    
    * compiling but issues
    
    * fix lints
    
    * remove unused lint
    
    * fix regression
    jadamcrain authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    df0288d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. First public API

    jadamcrain committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ff10cb8 View commit details
    Browse the repository at this point in the history
  2. trap UDP resets

    jadamcrain committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    af7d1cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a15f80c View commit details
    Browse the repository at this point in the history
  4. Add UDP entry point

    jadamcrain committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    96f1c47 View commit details
    Browse the repository at this point in the history
  5. working master example

    jadamcrain committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    728c66d View commit details
    Browse the repository at this point in the history
  6. fix bug

    jadamcrain committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6ef7f22 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7b61dff View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. comment

    jadamcrain committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0f0dfdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e86c1fc View commit details
    Browse the repository at this point in the history
  3. Complete UDP FFI

    jadamcrain committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ab2a6fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d37be0e View commit details
    Browse the repository at this point in the history
  5. fix example

    jadamcrain committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4c5256f View commit details
    Browse the repository at this point in the history