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

Allow use of Fully-Qualified Domain Name instead of IP Address #11

Closed
patrickjmcd opened this issue Mar 29, 2018 · 0 comments · Fixed by #12
Closed

Allow use of Fully-Qualified Domain Name instead of IP Address #11

patrickjmcd opened this issue Mar 29, 2018 · 0 comments · Fixed by #12
Assignees
Labels
enhancement New feature or request

Comments

@patrickjmcd
Copy link
Collaborator

Instead of only allowing an IP address, allow the use of a FQDN for retrieving data.

Current Behavior

Allows more options for PLC addresses.

Expected Behavior

use PLC.connect("1.location.address.plc.com", 0)... as well as PLC.connect("192.168.1.10", 0)

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

Successfully merging a pull request may close this issue.

1 participant