Commit Graph

  • 4a05446732 Use pymodbus 3.6.9 in itests master Victor Antonovich 2024-08-07 14:13:08 +0300
  • ea8e43b1df Fix Dockerfile (#108) Victor Antonovich 2024-08-07 12:44:09 +0300
  • 3c37407afd Update development version to 0.5.3 Victor Antonovich 2024-03-28 00:27:16 +0300
  • f013ed12c6
    Mark mbusd as a pure C project (#109) Michael Walle 2024-07-19 15:18:33 +0200
  • c72a50ee2c Mark mbusd as a pure C project Michael Walle 2024-07-12 23:47:31 +0200
  • 2c462b7560 Tag Docker images with latest tag Victor Antonovich 2024-03-28 00:23:37 +0300
  • ac927aa19a Update Docker publish workflow Victor Antonovich 2024-03-27 23:55:11 +0300
  • 91f8e35eae mbusd 0.5.2 v0.5.2 Victor Antonovich 2024-03-27 18:44:59 +0300
  • 0cf2cb0c56 Add Docker info to README Victor Antonovich 2024-03-27 18:25:25 +0300
  • 9cee2351f4 Add docker image publish github workflow Victor Antonovich 2024-03-27 16:38:59 +0300
  • a5239439e3
    Change Dockerfile to install required packages for linux serial.h (fixes #103) JP Meijers 2024-02-21 16:15:17 +0200
  • ed984f0257 Change Dockerfileto install required packages for linux serial.h jpmeijers 2024-02-19 17:52:18 +0200
  • 5b59f5b92f Fix building on older gcc versions (#100) Victor Antonovich 2023-12-27 13:30:47 +0300
  • 3bed375c44 Refactor log file name command line option parsing Victor Antonovich 2023-12-25 17:58:48 +0300
  • 2b32d097d2 Move string trim functions to util.c Victor Antonovich 2023-12-25 16:49:41 +0300
  • 8591a2f1c1 Move CRC calculation function to modbus.c Victor Antonovich 2023-12-25 15:21:00 +0300
  • d6e6b74a53 Default log file name changed to /var/log/mbusd.log Victor Antonovich 2023-12-25 13:00:12 +0300
  • 7475bdf141
    Logging fix and enhancement (#90) kpr0th 2023-12-25 04:52:43 -0500
  • 164accb10a Additional adjustments to sync up README w/ -h output kpr0th 2023-12-22 10:49:08 -0500
  • 5308e4ee93 Updated README kpr0th 2023-12-22 10:30:08 -0500
  • b76ac4bec4 Logging fix and enhancement kpr0th 2023-03-04 17:58:23 -0500
  • 68f988051c Rename tty_(set|clr)_rts to tty_set_(tx|rx) Victor Antonovich 2023-11-27 16:48:47 +0300
  • b03d50b58c Improve documentation Victor Antonovich 2023-11-27 16:21:31 +0300
  • 20c87df994 Add rts_1 config value as an alias for rts Victor Antonovich 2023-11-27 15:43:34 +0300
  • 4ee7e8a834
    Add new flag (-r) to support inverted RTS flow control\n\nThis is useful if you have a MAX485 connected to a Raspberry PI where you pull want RST low to transmit (#98) Cían Hughes 2023-11-27 12:14:38 +0000
  • 3afd4f0da6
    Merge dc52352535 into b07681842f falcon35180 2023-10-19 00:43:17 +1100
  • dc52352535
    Merge branch 'master' into ioctl falcon35180 2023-10-19 00:43:13 +1100
  • e997dc5018 Implement IOCTL control of RS-485 transmitter falcon35180 2023-10-12 11:08:18 +1100
  • 28cfe6974d Add new flag (-r) to support inverted RTS flow control\n\nThis is useful if you have a MAX485 connected to a Raspberry PI where you pull want RST low to transmit Cían Hughes 2023-10-03 11:50:57 +0000
  • b07681842f Add pyserial as a dependency for github workflow Victor Antonovich 2023-09-29 18:16:45 +0300
  • b464ec9676 Update version to 0.5.2 and year to 2023 Victor Antonovich 2023-09-29 18:09:00 +0300
  • 6517dea57f Make use of Linux RS-485 support #97 Victor Antonovich 2023-09-29 18:04:09 +0300
  • 0f7a8c50fb Update .gitignore Victor Antonovich 2023-09-29 17:20:23 +0300
  • 18fb6d086e Fix tests for changes in pymodbus API Victor Antonovich 2023-09-29 17:19:51 +0300
  • 4e5c7e3781 mbusd 0.5.1 v0.5.1 Victor Antonovich 2022-08-18 20:30:31 +0300
  • 874ce63806
    Do not segfault when closing last connection (#83) vicencb 2022-04-06 16:19:08 +0200
  • 06ccb29384 Fix crash due to missing logw() argument (fixes #84) Victor Antonovich 2022-04-06 16:17:34 +0300
  • 7c268600b6 Add support for more complex serial port device names (fixes #81) Victor Antonovich 2022-02-17 13:12:04 +0300
  • bb255af238 Do not segfault when closing last connection Vicente Bergas 2022-02-05 00:15:27 +0100
  • 55889a7292
    Add simple Dockerfile for running mbusd containerized (#79) Jakob Schlyter 2021-11-15 12:04:04 +0100
  • cb9576a5a0 Remove travis.yml Victor Antonovich 2021-11-15 13:09:24 +0300
  • 16e68947ce Move to Github Actions build status badge Victor Antonovich 2021-11-15 13:08:32 +0300
  • bf98aa6382 Install Twisted as test dependency into github build workflow Victor Antonovich 2021-11-15 13:01:40 +0300
  • dd71375628 Install socat as test dependency into github build workflow Victor Antonovich 2021-11-15 12:53:52 +0300
  • af0534d18f Install python and test dependencies into github build workflow Victor Antonovich 2021-11-15 12:31:10 +0300
  • 24d7936703 do not clone repository, copy source from cwd (or we cannot build releases) Jakob Schlyter 2021-11-15 09:46:47 +0100
  • 66438b27e5 explicit gcc not needed Jakob Schlyter 2021-11-14 21:26:46 +0100
  • 625ad4553b simplify Jakob Schlyter 2021-11-14 12:17:47 +0100
  • db5059d088 init Jakob Schlyter 2021-11-14 12:11:44 +0100
  • 868d605f5d
    Add Github Actions build file Victor Antonovich 2021-11-12 18:50:16 +0300
  • 1efb812013 Fix for "Resource temporarily unavailable" error in tty read() (#78) Victor Antonovich 2021-11-12 18:04:31 +0300
  • 4cd68c1bb8 Update version to 0.5.1 and year to 2021 Victor Antonovich 2021-11-12 12:20:48 +0300
  • a2272c5793 Parse replyonbroadcast config option value #75 Victor Antonovich 2021-07-06 16:37:36 +0300
  • 6a95a732d4 Merge pull request #75 from dgoo2308/feature-reply-on-broadcast Victor Antonovich 2021-07-06 15:01:53 +0300
  • b22ffa0856 feature-reply-on-broadcast Danny 2021-06-19 12:37:55 +0700
  • 432b7a1a8f mbusd 0.5.0 v0.5.0 Victor Antonovich 2020-11-28 13:47:32 +0400
  • 252aa45e5d Improve serial port config handling and logging Victor Antonovich 2020-08-13 20:43:03 +0400
  • 461ce8baa0 Do not wait for a reply for RTU broadcast address #61 Victor Antonovich 2020-08-13 17:39:30 +0400
  • ad58141b87 Fix division by zero error for default serial port speed Victor Antonovich 2020-08-13 11:52:18 +0400
  • c6301d4250
    Merge pull request #63 from KrystianD/feat-baudrate Victor Antonovich 2020-08-13 11:23:27 +0400
  • 3742d8d8c5
    Merge pull request #62 from KrystianD/master Victor Antonovich 2020-08-13 11:17:37 +0400
  • 32344e5f94 Fix log message (baudrate to speed) Krystian Dużyński 2020-08-12 00:35:02 +0200
  • d24b257c13 Make use of baudrate 0 as indicator of default baudrate, show error when trying to use unsupported baudrate Krystian Dużyński 2020-08-12 00:24:11 +0200
  • 965ff443c8 Remove unused resppause member Krystian Dużyński 2020-08-12 00:21:24 +0200
  • 4bf9d94713 Add more baudrates Krystian Dużyński 2020-08-12 00:01:44 +0200
  • 5eb74fa568 Fix GCC C99 compatibility error Victor Antonovich 2020-05-22 16:56:31 +0400
  • f5becef211 Take into account tty parity bit in the timing calculations (#59) Victor Antonovich 2020-05-22 15:47:50 +0400
  • 0c1dcb727d Add online network requirements to the systemd service file (fix #58) Victor Antonovich 2020-05-21 13:59:53 +0400
  • 88916fe82d Add IPv6 support (#53) Victor Antonovich 2019-07-17 17:04:22 +0400
  • 2aa063db79 Add command-line and config options to set an TCP socket address (#53) Still no IPv6 support though. Victor Antonovich 2019-07-16 11:14:37 +0400
  • 2465860496 Add 'enhancement' label to stale bot exemptLabels Victor Antonovich 2019-07-08 14:59:51 +0400
  • 8e266fc5e9 Update working version to 0.4.1 Victor Antonovich 2019-07-08 14:56:36 +0400
  • 2282376417 Add stale bot config Victor Antonovich 2019-07-08 14:55:59 +0400
  • caec364ac1 mbusd 0.4.0 v0.4.0 Victor Antonovich 2019-07-08 13:45:36 +0400
  • c582e6f052 Move queue_next_elem() outside of the switch block (fix #52) Victor Antonovich 2019-07-08 13:24:45 +0400
  • b2effb1db9 Set up stdout and stderr in Popen() calls in tests Victor Antonovich 2019-07-08 13:16:51 +0400
  • d33d66f242
    Merge pull request #50 from nickma82/extending_readme Victor Antonovich 2019-05-27 12:15:23 +0400
  • 82b286d47f added informaiton from a ticket question and dev information https://github.com/3cky/mbusd/issues/24#issuecomment-349256945 nickma 2019-05-26 13:45:18 +0200
  • ba41aaee28
    Merge pull request #46 from nickma82/test-pymodbus-upgrade Victor Antonovich 2019-04-22 11:53:47 +0400
  • e5a8dc9f0a pymodbus.server.async -> asynchronous nickma 2019-04-21 22:36:49 +0200
  • f8b6448b08
    Merge pull request #43 from temperednetworks/modbus-framing Victor Antonovich 2019-01-28 11:42:05 +0400
  • 5c064928ae modbus: read only a single frame at a time Dustin Lundquist 2019-01-22 10:50:42 -0800
  • 8a29a0e029
    Merge pull request #42 from nickma82/CPack-architecture Victor Antonovich 2019-01-10 14:57:47 +0400
  • c7efb2a3ce cmake armhf: set CPack architecture nickma 2019-01-09 21:48:01 +0100
  • b5e3c5324a Implement tty reconnect with exponential backoff Victor Antonovich 2019-01-04 19:28:22 +0400
  • d507507d29 Try to reinit tty on EOF (#41) Victor Antonovich 2019-01-04 12:54:48 +0400
  • 076120bf6c Force set tty CLOCAL mode flag (trying to address #41) Victor Antonovich 2019-01-03 20:45:52 +0400
  • a3a6530eed
    Merge pull request #35 from nickma82/test_simplification Victor Antonovich 2018-06-19 19:31:43 +0400
  • ab99734d87 ci: fixing dependency issues Nick 2018-06-18 21:34:33 +0200
  • 1c94fda030 ci: moved test stage before the build stage Nick 2018-06-18 21:33:01 +0200
  • 0a35ef68b6 tests: running into race conditions Nick 2018-06-18 21:15:34 +0200
  • fabae05238 added __init__ to test/environment Nick 2018-06-18 17:02:56 +0200
  • e092b4e935 gitlab-ci: fixing the arm build Nick 2018-06-18 16:51:46 +0200
  • b28678831d gitlab-ci: changed test execution, reduced apt deps Nick 2018-06-18 16:46:17 +0200
  • 74189d6caf test: moved all setup/teardown into the python realm Nick 2018-06-18 16:06:16 +0200
  • ae360073bf tests: better logging for all testcases Nick 2018-06-18 14:15:01 +0200
  • ecf63b992b tests: moved rtu_slave handling inside pythons realm Nick 2018-06-18 14:13:51 +0200
  • ccf0beb800 gitlab-ci ctest: added twisted as dependency Nick 2018-05-16 22:13:01 +0200
  • fa0b7a295e gitlab-ci tests: switched to 'cmake test' target Nick 2018-05-16 22:01:11 +0200
  • 809857ab98 gitlab-ci: added make as dependency Nick 2018-05-15 11:33:51 +0200