1. 31 Oct, 2022 1 commit
  2. 28 Oct, 2022 2 commits
  3. 17 Oct, 2022 1 commit
  4. 13 Oct, 2022 3 commits
    • Ivan Tyagov's avatar
      c71159c3
    • Ivan Tyagov's avatar
      Increase the minimal interval based on which coupler should send a · 4678ad35
      Ivan Tyagov authored
      keep alive message. THis is not a sane value (1s) but is a temporary workaround
      around real problem which is that in this implementation coupler's subscribe
      implementation can not cope with flood of subscribed to it UDP diagrams.
      Real solution to reach high avialability is to make coupler's UDP handling
      use multithreading and signifficantly speed up UDP handling in Subscribe part.
      4678ad35
    • Ivan Tyagov's avatar
      Increase the minimal interval based on which coupler should send a · 2de759a6
      Ivan Tyagov authored
      keep alive message. THis is not a sane value (1s) but is a temporary workaround
      around real problem which is that in this implementation coupler's subscribe
      implementation can not cope with flood of subscribed to it UDP diagrams.
      Real solution to reach high avialability is to make coupler's UDP handling
      use multithreading and signifficantly speed up UDP handling in Subscribe part.
      2de759a6
  5. 05 Oct, 2022 9 commits
  6. 28 Sep, 2022 2 commits
  7. 26 Sep, 2022 2 commits
  8. 22 Sep, 2022 2 commits
  9. 21 Sep, 2022 2 commits
  10. 20 Sep, 2022 2 commits
  11. 09 Sep, 2022 3 commits
  12. 08 Sep, 2022 1 commit
  13. 07 Sep, 2022 2 commits
  14. 02 Sep, 2022 5 commits
  15. 01 Sep, 2022 2 commits
  16. 30 Aug, 2022 1 commit
    • Balakrishna Balakrishna's avatar
      Inclusion of custom server bind address · 22b3cbf6
      Balakrishna Balakrishna authored
      The custom opcua server bind option is added and it can be
      parced with command line option -a or server_ip_address=.
      If no ip address is mentioned, then server is listening on all interfaces
      
      modified:   cli.h
      modified:   keep_alive_publisher.h
      modified:   keep_alive_subscriber.h
      modified:   server.c
      
      Test: Program is tested
      22b3cbf6