- Added a bit space left of each cell
- Fixed showing MAC address always with two characters and leading 0 if necessary
- rcdiscover-gui has been redeveloped from scratch for replacing wxWidgets by FLTK
- Additionally to 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 * Filtering and sorting settings are now persistent * Newly discovered devices are highlighted in gray
- CI: remove bionic and appimage, add arm64 jammy
- fix include cstdint for newer gcc versions
- Always wait minimum of 1 seconds for getting responses to discovery request
- CI, also build for jammy
- 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)
- fix version in package.xml
- use target_compile_features instead of CMAKE_CXX_STANDARD
- fix installation destination for package.xml
- update cmake files and packaging, requires cmake >= 3.1
- Ignore network unreachable socket error under Windows
- Treat all devices as comming from Roboception if model starts with either rc_visard or rc_cube
- Added building on CI for focal
- persistently store window state
- only enable reset button and context menu entry for rc_visard devices
- remove catkin build_export_depend from package.xml
- 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
- Added filtering by model name in command line tool
- Do not append alternative interface to output of cli if --serialonly or --iponly is given
- rename CMAKE options from INSTALL_x to BUILD_x
- improve debian packaging via CPack
- 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
- GUI: fix WebGUI cannot be opened via context menu (GitHub issue #4)
- GUI: fix reading of device name
- CLI: rename 'username' to 'name' and 'serialnumber' to 'serial number' in device list header
- CLI: print model
- extend CLI interface (SW-302) * reset * forceip * reconnect
- show model on GUI (SW-300)
- GUI: show complete package version in about dialog
- fixed hidden buttons for Ubuntu Bionic
- add opying device info to clipboard
- add device filter text field
- Changed some dialog workflows
- Added KUKA to manufacturer filter
- Added possibility to filter for name, serial number and mac address to command line tool
- include <array> in utils
- add force IP command: setting of temporary IP address
- add -serialonly flag for command line tool
- Optional disabling of RP filtering during installation on Ubuntu
- Directed broadcasts on Windows
- add Desktop files and icons for debian
- Disabled vectorization and binding to CUDA
- Fixed bug that prevented the main window from being closed once the help dialog was opened from the reset dialog
- Help buttons
- Build console application as Windows console application
- Sign with SHA512
- Fixed rcdiscover console application
- Global broadcast instead of directed
- add reachability check via ping
- Removed IP address form from Reset Dialog
- Initial release