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

API Refactoring: add execute operation to requests, extract SPI package #27

Merged
merged 18 commits into from Oct 18, 2018
Merged

API Refactoring: add execute operation to requests, extract SPI package #27

merged 18 commits into from Oct 18, 2018

Commits on Oct 6, 2018

  1. added execute() to PlcRequest

    Andrey Skorikov committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    1ac09c9 View commit details
    Browse the repository at this point in the history
  2. implemented new api in driver base

    Andrey Skorikov committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    edc56be View commit details
    Browse the repository at this point in the history
  3. implemented new api for ads protocol

    Andrey Skorikov committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    b455ade View commit details
    Browse the repository at this point in the history
  4. implemented new api for ethernet/ip protocol

    Andrey Skorikov committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    7bde898 View commit details
    Browse the repository at this point in the history
  5. implemented new api for modbus protocol

    Andrey Skorikov committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    996b74e View commit details
    Browse the repository at this point in the history
  6. implemented new api for s7 and test protocols

    Andrey Skorikov committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    c66b83e View commit details
    Browse the repository at this point in the history
  7. fixed integrations to use the new api

    Andrey Skorikov committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    361432c View commit details
    Browse the repository at this point in the history
  8. fixed examples to use the new api

    Andrey Skorikov committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    7375d04 View commit details
    Browse the repository at this point in the history
  9. removed default methods from the api

    Andrey Skorikov committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    8da0bc2 View commit details
    Browse the repository at this point in the history
  10. moved Request Builder factories to PlcConnection

    Andrey Skorikov committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    e60f924 View commit details
    Browse the repository at this point in the history
  11. adjusted connectors and examples to the new api

    Andrey Skorikov committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    eb079f9 View commit details
    Browse the repository at this point in the history
  12. moved driver to spi package

    Andrey Skorikov committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    ec66346 View commit details
    Browse the repository at this point in the history
  13. renamed message builder to request builder

    Andrey Skorikov committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    d36e382 View commit details
    Browse the repository at this point in the history
  14. moved reader,writer,subscriber to driver-base module

    Andrey Skorikov committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    554c303 View commit details
    Browse the repository at this point in the history
  15. fixed documentation

    Andrey Skorikov committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    08437d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. moved proprietary types to driver-base

    Andrey Skorikov committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    827b7a1 View commit details
    Browse the repository at this point in the history
  2. removed type parameter from request builder

    Andrey Skorikov committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    ccddc20 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. allow multiple connections in kafka connector

    Andrey Skorikov committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    48dbad0 View commit details
    Browse the repository at this point in the history