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

Support ads-s (ADS over TLS)? #38

Open
klauer opened this issue Mar 10, 2023 · 0 comments
Open

Support ads-s (ADS over TLS)? #38

klauer opened this issue Mar 10, 2023 · 0 comments

Comments

@klauer
Copy link
Contributor

klauer commented Mar 10, 2023

Current Behavior

  • There are two methods TwinCAT PLCs use for communicating using the ADS Protocol: insecure (ADS) and secure (ADS-S, using TLS)
  • TwinCAT BSD by default only allows for ads-s through its firewall
  • Insecure ADS is only supported is currently only supported in ads-async

Possible Solution

Use Python built-in support for TLS: https://docs.python.org/3/library/ssl.html , add a certificate, and see if TwinCAT will accept our communication.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant