Skip to content

Releases: roboception/rcdiscover

Release 2.0.1

31 Jul 11:52
Compare
Choose a tag to compare
  • Added a bit space left of each cell
  • Fixed showing MAC address always with two characters and leading 0 if necessary

Release 2.0.0

12 Jun 07:25
Compare
Choose a tag to compare

2.0.0 (2024-06-11)

  • rcdiscover-gui has been re-developed from scratch for replacing wxWidgets by FLTK to support portability
  • Additionally to Windows executables, Debian packages for Ubuntu, rcdiscover-gui is now also available as AppImage
  • New features in rcdiscover-gui:
    • The table is now updated immediately when discovery responses arrive instead of waiting until the last device responds arrives
    • Filtering and sorting settings are now persistent
    • Newly discovered devices are highlighted in gray

Release 1.1.6

19 Oct 16:00
Compare
Choose a tag to compare
1.1.6 (2022-08-08)

------------------

* Always wait minimum of 1 seconds for getting responses to discovery request
* CI, also build for jammy

rcdiscover v1.1.5

30 Jun 12:50
Compare
Choose a tag to compare
1.1.5 (2022-06-30)

------------------

* Changing label of filter from "Only Roboception devices" to "Only rc_... devices"
* Trying to create a CI build job for an appimage (not yet complete)

rcdiscover v1.1.1

16 Apr 20:06
Compare
Choose a tag to compare

1.1.1 (2021-04-16)

  • Ignore network unreachable socket error under Windows

rcdiscover v1.1.0

05 Feb 15:31
Compare
Choose a tag to compare
1.1.0 (2021-02-05)

------------------

* Treat all devices as comming from Roboception if model starts with either rc_visard or rc_cube

rcdiscover v1.0.5

17 Jan 14:25
Compare
Choose a tag to compare
  • persistently store window state

rcdiscover v1.0.3

26 Mar 13:48
Compare
Choose a tag to compare
  • fix mapping of reachability flag in the GUI
  • more generic naming as it can also be used for other GEV devices
  • only show rc_visards in "reset" dialog

rcdiscover v1.0.0

08 Jul 13:58
Compare
Choose a tag to compare
  • fix wildcard matching
  • allow filtering by interface
  • print interface on which the device was found
  • also build shared lib for use in other packages
  • make it possible to release as ROS third party package

rcdiscover v0.9.2

10 Jan 10:38
Compare
Choose a tag to compare

Fixed:

  • GUI: WebGUI cannot be opened via context menu (GitHub issue #4)