Author Topic: TCP socket Server  (Read 648 times)

darko_jd

  • Newbie
  • *
  • Posts: 2
    • View Profile
TCP socket Server
« on: February 03, 2019, 11:47:23 PM »
How can I connect advancedHMI in TCP mode server with multiple clients?
I use Hercules SETUP utility in client mode

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: TCP socket Server
« Reply #1 on: February 05, 2019, 01:36:51 PM »
TCP Servers are a bit more complex than clients. If you are decent with coding, your best option is probably to start with the SimpleWebServer and modify it to suit your needs.