Skip to content

Releases: robolibs/wirebit

0.0.14

03 Feb 19:01

Choose a tag to compare

⚙️ Miscellaneous Tasks

  • Update CMakeLists and logging verbosity

0.0.13

03 Feb 00:11

Choose a tag to compare

⛰️ Features

  • Add raw byte mode to PtyLink for serial passthrough

0.0.12

25 Jan 00:38

Choose a tag to compare

⛰️ Features

  • Implement TTY serial link for Linux

0.0.11

18 Jan 13:07

Choose a tag to compare

⚙️ Miscellaneous Tasks

  • Refactor build system to CMake

0.0.10

09 Jan 18:59

Choose a tag to compare

🐛 Bug Fixes

  • Improve PTY write resilience and add flush controls
  • Improve hardware flag management in Makefile

📚 Documentation

  • Update README with new features

⚙️ Miscellaneous Tasks

  • Merge main into develop (sync branches)
  • Update config by ignoring sudoers files
  • Update sudoers configuration for Wirebit

0.0.9

05 Jan 20:53

Choose a tag to compare

🐛 Bug Fixes

  • Remove compiler warnings in hardware links (strncpy, system return)

🚜 Refactor

  • Migrate from HAS_HARDWARE (opt-in) to NO_HARDWARE (opt-out)

0.0.8

05 Jan 01:20

Choose a tag to compare

⛰️ Features

  • Implement TunLink for Linux TUN interface (L3 IP packets)

📚 Documentation

  • Fix roadmap versions (TAP=v0.6, TUN=v0.7)
  • Update README with TUN support (v0.5)

0.0.6

05 Jan 01:05

Choose a tag to compare

⛰️ Features

  • Implement TapLink for Linux TAP interface

📚 Documentation

  • Update README with hardware link documentation (PtyLink, SocketCanLink, TapLink)

🧪 Testing

  • Add explicit TAP interface creation/destruction verification tests

0.0.5

05 Jan 00:37

Choose a tag to compare

⛰️ Features

  • Implement SocketCanLink for Linux SocketCAN interface

⚙️ Miscellaneous Tasks

  • Add sudoers configuration and vcan test

0.0.4

05 Jan 00:20

Choose a tag to compare

⛰️ Features

  • Add Pseudo-Terminal (PTY) Link