Questions regarding Linux usage #173
Replies: 3 comments
-
Hi @twiddlecoding, I'm not the maintainer, but can chime in here with my experience using
No, using multiple If you need to connect several
We're using the "sample router" from Beckhoff, compiled from source: If needed, I suggest you give it a try — it works well, and the maintainer at Beckhoff is very responsive, in case of issues. |
Beta Was this translation helpful? Give feedback.
-
Thanks @crishoj Beckhoff also has docker example for the router - I have used it successfully. |
Beta Was this translation helpful? Give feedback.
-
A big thank you to both of you! These answers helped me make some important decisions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for a great library! I've got two questions.
The readme says under "Setup 3 - Connect from any Node.js system" that using this method, "only one simultaneous connection from the client is possible." Does that mean that I cannot use multiple "const client = new Client"? And if so, why is this? It seems to me that the python library pyads can connect to multiple devices simultaneously, is ads-client using another implementation?
The second connection option "Setup 2 - Connect from Linux/Windows" states that I can use the ads-client library from a linux pc as long as the .NET router is installed. Are you aware of any third-party binaries that implement the .NET router library and that can be installed on a linux machine? Or do I need to compile my own?
Beta Was this translation helpful? Give feedback.
All reactions