Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.4.0
    8b3441f6 · Bump to v0.4.0 ·
    Multiple fixes and improvements
    
    - Discontinue `AMWD.Protocols.Modbus.Proxy`
    - Fixed _following bytes_ calculation of `ModbusTcpProxy`
    - Added 100sec default timeout to `ModbusTcpProxy`
    - Fixed wrong handling of `WriteMultipleHoldingRegisters` on proxies
    - Virtual clients used on server implementations
  • v0.3.2
    0c81ab6b · Updating to v0.3.2 ·
    Strong named assemblies
    
    - Added snk
    - Added build props for signing
  • v0.3.1
    6a63dbb7 · Bump to v0.3.1 ·
    Server fixes
    
    - Fixed range validations on several lines in the server implementations
  • v0.3.0
    206c5420 · Bump to v0.3.0 ·
    - New `AMWD.Protocols.Modbus.Proxy` package, that contains the server implementations as proxies
    
    - Renamed `ModbusSerialServer` to `ModbusRtuServer` to clearify the protocol that is used
    - Made `Protocol` property of `ModbusClientBase` non-abstract
    
    - Issue with missing client on TCP connection when using default constructor (seems that `AddressFamily.Unknown` caused the problem)
  • v0.2.0
    ffd8dbb3 · Add Changelog ·