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

MOSAIC-CARMA-Streets: CDASimAdapter listens on port for incoming Simulated Object Dectections and publish the serialized object to Kafka #552

Merged
merged 37 commits into from
Jul 28, 2023

Commits on Jul 17, 2023

  1. init

    dan-du-car committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    0963f01 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. update externalObject

    dan-du-car committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    c3b7ba8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c98778d View commit details
    Browse the repository at this point in the history
  3. update unit test

    dan-du-car committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1705c98 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. code smell and coverage

    dan-du-car committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    4e6aa43 View commit details
    Browse the repository at this point in the history
  2. add comments

    dan-du-car committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a1faf70 View commit details
    Browse the repository at this point in the history
  3. use static func

    dan-du-car committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9a534b3 View commit details
    Browse the repository at this point in the history
  4. address code smell

    dan-du-car committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    7252eb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

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

Commits on Jul 21, 2023

  1. resolve merge error

    dan-du-car committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    d14b339 View commit details
    Browse the repository at this point in the history
  2. remove timer thread

    dan-du-car committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    144f29c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. update message definition

    dan-du-car committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f75137d View commit details
    Browse the repository at this point in the history
  2. update

    dan-du-car committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e9e32c7 View commit details
    Browse the repository at this point in the history
  3. update

    dan-du-car committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    39f5a73 View commit details
    Browse the repository at this point in the history
  4. update

    dan-du-car committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    5b2f6d8 View commit details
    Browse the repository at this point in the history
  5. update

    dan-du-car committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    1d4e003 View commit details
    Browse the repository at this point in the history
  6. update

    dan-du-car committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    05291fd View commit details
    Browse the repository at this point in the history
  7. update

    dan-du-car committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    48b73ea View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. update

    dan-du-car committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ba1ebbc View commit details
    Browse the repository at this point in the history
  2. remove definition

    dan-du-car committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    a10a294 View commit details
    Browse the repository at this point in the history
  3. update name

    dan-du-car committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d1b6086 View commit details
    Browse the repository at this point in the history
  4. update naming convension

    dan-du-car committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    dc77fb2 View commit details
    Browse the repository at this point in the history
  5. update naming convension

    dan-du-car committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    78cf596 View commit details
    Browse the repository at this point in the history
  6. update json key

    dan-du-car committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    89fb734 View commit details
    Browse the repository at this point in the history
  7. rename variable

    dan-du-car committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    bdd7dcf View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. address comments

    dan-du-car committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    cba6d6b View commit details
    Browse the repository at this point in the history
  2. update

    dan-du-car committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5f4a9dc View commit details
    Browse the repository at this point in the history
  3. address comms

    dan-du-car committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    aab4911 View commit details
    Browse the repository at this point in the history
  4. address comments

    dan-du-car committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    1cb1a6e View commit details
    Browse the repository at this point in the history
  5. unit test failture

    dan-du-car committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    21af975 View commit details
    Browse the repository at this point in the history
  6. unit test failure

    dan-du-car committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    ff272a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    917fa34 View commit details
    Browse the repository at this point in the history
  2. fix merge issue

    dan-du-car committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4aef6b1 View commit details
    Browse the repository at this point in the history
  3. fix unit test

    dan-du-car committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8aa3778 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. address comments

    dan-du-car committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    4bafa7c View commit details
    Browse the repository at this point in the history
  2. adddress comments

    dan-du-car committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b741588 View commit details
    Browse the repository at this point in the history
  3. code smell

    dan-du-car committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    bfdce62 View commit details
    Browse the repository at this point in the history