EasyModbusTCP.NET icon indicating copy to clipboard operation
EasyModbusTCP.NET copied to clipboard

How to define server tcp address

Open qamaruddin opened this issue 7 years ago • 5 comments

Is there any way to initiate a tcp server on a fixed IP connection? I have browsed through the code and it seems that you don't use the ipaddress property of tcphandler while initiating the tcp server.

qamaruddin avatar Jul 01 '18 10:07 qamaruddin

Hi there, Apologies for "butting in" on your question, but I put up a couple of questions 12 days ago and I still haven't had a response. It doesn't appear to be very active in here!

Would you mind clarifying the situation regarding the license? I'd love to use EasyModbus in my own apps., but what is required in terms of licensing?

Thanks Darren

ghost avatar Jul 02 '18 08:07 ghost

Hi qamaruddin,

actually the server listens to any incoming connection. I was Thinking about that in the past to allow only specific IP Addresses to connect to the Server.

I'll do this possibly in some future version. I leave this open.

rossmann-engineering avatar Jul 02 '18 15:07 rossmann-engineering

Dazzalogan, to your "issue". Actually you can see the used License at the front page.

https://www.gnu.org/licenses/gpl-3.0.en.html

rossmann-engineering avatar Jul 02 '18 15:07 rossmann-engineering

@rossmann-engineering I may be able to raise a pull request. No promise though.

qamaruddin avatar Jul 05 '18 01:07 qamaruddin

#50 Pull request to resolve this issue.

da66en avatar Oct 21 '20 01:10 da66en