Releases: openwsn-berkeley/openvisualizer
Releases · openwsn-berkeley/openvisualizer
REL-2.1.0
Migrate to Python 3.9+
What's Changed
- FW-826. remove blacklist feature by @changtengfei in #12
- FW-822. record the packet when it's dropped. by @changtengfei in #13
- Send uinject payload to node-red through mqtt. by @changtengfei in #15
- OV-22: add --mqtt-broker-address option by @yatch in #16
- OV-23: add --opentun-null option and OpenTunNull class by @yatch in #17
- OV-25. reorder the errorCode and log all the errors. by @changtengfei in #18
- FW-846. process dutyCycle info. by @changtengfei in #20
- OV-26. initial mqtt connection only when the broker address is not 'null' by @changtengfei in #21
- Reduce CPU load when it's used against OpenTestbed by @yatch in #19
- FW-858. update the uinject payload parsing code. by @changtengfei in #23
- SW-316. Fix crash OV when connection to MQTT server fails by @TimothyClaeys in #24
- Fixes GenStackDefines.py by @TimothyClaeys in #25
- SW-315. Support for 6LoWPAN fragmentation by @TimothyClaeys in #27
- PR: fix Ctrl-C crash in OpenVisualizer by @TimothyClaeys in #29
- Fixes conflicting pylint versions between openwsn-coap and OV by @TimothyClaeys in #31
- SW-318. New openvisualizer (ready for merging) by @TimothyClaeys in #33
- Bug fix for openvisualizer testbed by @TimothyClaeys in #34
- Pr fix webserver bug by @TimothyClaeys in #35
- PR: verify that we are in simulator mode when updating simengine parameters by @TimothyClaeys in #38
- SW-320. Move scripts to pkg directory by @fjmolinas in #37
- PR: Update documentation and scripts by @TimothyClaeys in #39
- Setup Flake8 linter for CI by @TimothyClaeys in #41
- tests/ov/test_iotlabmoteprobe: increase timeout by @fjmolinas in #42
- PEP-8 naming conventions and trailing commas by @TimothyClaeys in #43
- COAP-45. Update JRC to use the new CoAP OSCORE API. by @malishav in #40
- SW-321. Specify openwsn-coap version by @fjmolinas in #45
- SW-322. Handle invalid --root node by @fjmolinas in #46
- Store logs and data files in OS-appropriate locations by @TimothyClaeys in #44
- Fixes in the setup.py file by @TimothyClaeys in #47
- PR: Remove unused ovtracer code by @TimothyClaeys in #49
- PR: Fix 6LoWPAN fragmentation tests by @TimothyClaeys in #50
- OV-31. Update README (windows instructions) by @minarady1 in #48
- Fixes crash when using "openv-client motes" and no motes are connected. by @TimothyClaeys in #51
- pr-fix-ov-windows by @TimothyClaeys in #54
- Migrate to Python 3 by @malishav in #63
- PR: OpenVisualizer update to Python3 by @TimothyClaeys in #57
New Contributors
- @yatch made their first contribution in #16
- @TimothyClaeys made their first contribution in #24
- @fjmolinas made their first contribution in #37
- @minarady1 made their first contribution in #48
Full Changelog: REL-1.4.0...REL-1.5.0
REL-1.4.0
Add support for p2p communication.
REL-1.2.0
XON/XOFF feature support
REL-1.0.0
This release of OV added option '--opentestbed' which support to connect the motes from opentestbed over mqtt.