Skip to content

Releases: neilstephens/MiniPlex

1.3.1

24 Apr 02:04

Choose a tag to compare

# MiniPlex version 1.3.1

## 1.3.1
  * ProtoConv:
    * Support for serial hardware flow control when using musl libc
  * MiniPlex:
    * Option to cap number of active branches
    * More DNP3 switching bytecode examples and tests

1.3.0

02 Mar 20:47

Choose a tag to compare

# MiniPlex version 1.3.0

## 1.3.0
  * MiniPlex 'Switch' mode
    * Provide packet inspection byte-code (RV64IM) to get payload addressing,
      * and MiniPlex can route packets to branches based on src/dst.
    * Included DNP3, VXLAN and WireGuard examples
      * DNP3 is used for the CI tests
  * Fixed duplicate forwarding in Trunk/Hub with fixed branches
  * Zero copying of UDP receive buffers
  * Cap on the max number of allocated receive buffers

1.3.0-RC3

30 Nov 01:59

Choose a tag to compare

1.3.0-RC3

1.3.0-RC2

22 Nov 12:45

Choose a tag to compare

MiniPlex version 1.3.0-RC2

1.3.0-RC2

  • MiniPlex 'Switch' mode
    • Provide packet inspection byte-code (RV64IM) to get payload addressing,
    • and MiniPlex can route packets to branches based on src/dst.
    • Included DNP3 and VXLAN examples
  • Fixed duplicate forwarding in Trunk/Hub with fixed branches

1.2.0

22 Jun 14:04

Choose a tag to compare

MiniPlex version 1.2.0

1.1.1

08 Dec 00:13

Choose a tag to compare

# MiniPlex version 1.1.1

## 1.1.1
  * Fixed prune mode (-P) to be compatible with permanent branches (-B/-b)
  * Fixed -k default (defaults were invalid, forcing use of explicit -k)
  * Backed by CI tests

1.0.1

28 May 03:46

Choose a tag to compare

# MiniPlex version 1.0.1

## 1.0.1
  * ProtoConv: connection retry backoff options for TCP
  * change to default console log level ('critical' instead of 'off')

1.0.0

16 Feb 10:56

Choose a tag to compare

# MiniPlex version 1.0.0

## 1.0.0
  * Delimiter bugfix
  * Ready for prime-time

## 0.3.4
  * ProtoConv packet delimiters as an alternative to protocol framing

## 0.3.3
  * ProtoConv updates:
    * DNP3 frame checking fixes
    * Serial port write queuing
    * Write queue size cmdline option
    * DNP3 transport fragment re-ordering
  * ProtoConv and MiniPlex:
    * UDP performance improvements, and cmdline option for changing rcv buffer size socket option

0.3.4

11 Jan 14:04

Choose a tag to compare

# MiniPlex version 0.3.4

## 0.3.4
  * ProtoConv packet delimiters as an alternative to protocol framing

## 0.3.3
  * ProtoConv updates:
    * DNP3 frame checking fixes
    * Serial port write queuing
    * Write queue size cmdline option
    * DNP3 transport fragment re-ordering
  * ProtoConv and MiniPlex:
    * UDP performance improvements, and cmdline option for changing rcv buffer size socket option

0.3.3

11 Jan 02:26

Choose a tag to compare

# MiniPlex version 0.3.3

## 0.3.3
  * ProtoConv updates:
    * DNP3 frame checking fixes
    * Serial port write queuing
    * Write queue size cmdline option
    * DNP3 transport fragment re-ordering
  * ProtoConv and MiniPlex:
    * UDP performance improvements, and cmdline option for changing rcv buffer size socket option