mbusd/src
Victor Antonovich 91f8e35eae mbusd 0.5.2 2024-03-27 18:44:59 +03:00
..
cfg.c Move string trim functions to util.c 2023-12-25 17:55:55 +03:00
cfg.h Make use of Linux RS-485 support #97 2023-09-29 18:04:09 +03:00
conn.c Rename `tty_(set|clr)_rts` to `tty_set_(tx|rx)` 2023-11-27 16:48:47 +03:00
conn.h Add IPv6 support (#53) 2019-07-17 17:04:22 +04:00
globals.h Make use of Linux RS-485 support #97 2023-09-29 18:04:09 +03:00
log.c * systemd-support: log to stderr in non-daemon mode to ensure log entries are pushed to journal right away (stdout is buffered) 2017-11-02 11:45:52 +00:00
log.h Default log file name changed to /var/log/mbusd.log 2023-12-25 13:00:12 +03:00
main.c mbusd 0.5.2 2024-03-27 18:44:59 +03:00
modbus.c Move CRC calculation function to modbus.c 2023-12-25 16:34:09 +03:00
modbus.h Move CRC calculation function to modbus.c 2023-12-25 16:34:09 +03:00
queue.c Do not segfault when closing last connection (#83) 2022-04-06 17:19:08 +03:00
queue.h Fix illegal characters in comment header 2016-10-17 08:26:26 -07:00
sig.c * systemd: SIGINT and SIGTERM signals return exit(0) to allow clean termination 2017-11-02 07:57:25 +00:00
sig.h mbusd 0.2.0: 2015-02-25 10:33:57 +00:00
sock.c Add IPv6 support (#53) 2019-07-17 17:04:22 +04:00
sock.h Add IPv6 support (#53) 2019-07-17 17:04:22 +04:00
state.c Take into account tty parity bit in the timing calculations (#59) 2020-05-22 15:47:50 +04:00
state.h mbusd 0.2.0: 2015-02-25 10:33:57 +00:00
tty.c Rename `tty_(set|clr)_rts` to `tty_set_(tx|rx)` 2023-11-27 16:48:47 +03:00
tty.h Rename `tty_(set|clr)_rts` to `tty_set_(tx|rx)` 2023-11-27 16:48:47 +03:00
util.c Move string trim functions to util.c 2023-12-25 17:55:55 +03:00
util.h Move string trim functions to util.c 2023-12-25 17:55:55 +03:00