forked from luckytina/DESERT_Underwater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
49 lines (42 loc) · 2.14 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
3.0.1 - 2017-07-12
* Fix link to new doxygen on principal README.md
3.0.0 - 2017-07-10
* New support of MAC ClMessages through PHY layers
* New CSMA-CA protocol
* New TDMA MAC protocol with framed slot
* Completely rewritten drivers for EvoLogics S2C modems with new features such as multipath and noise probing, clmessage support
* Add support to low level firmware of S2C EvoLogics modems
* Add a module (uwmulti_traffic_control) which permits to have N upper layers which generate traffic, mux/demuxing correctly the traffic
* Various fixes on existent protocols/modules and on installers
* Improved guide on doxygen
2.1.0 - 2015-09-01
* Added uwrandomlib on mobility folder - A tool for use random variables
* Added uwsmposition mobility model
* Added uwtdma - A TDMA MAC protocol
* Improved interface with DESERT and EvoLogics S2C modems
* Added uwApplication - an Application Layer protocol to send real payloads on simulation and on real tests
* Added the packer of uwApplication to serialize the header and payload of the protocol with real modems
* Several bug-fixes on various modules
* Several memory leaks resolved
* Improvements and refactoring of uw-csma-aloha-triggered MAC protocol
* Added an optical channel model
* Added an optical PHY layer model
* Added an optical propagation model
* Added a PHY layer which implements Rogers model
* Added A PHY layer which implements Hermes modem model
* Added uwmulti_stack_controller to control more than one PHY layers on a node, choosing the best one predetermined metrics
* Added uwrov - An application layer protocol to simulate the control of ROVs
* Several new samples added
* Improved installation script
* New version of uwphysical module (Thanks to Randall Plate)
2.0.5 - 2014-04-21
* Fixed the addon list in .addon.list (Removed another one)
2.0.4 - 2014-04-20
* Fixed the addon list in .addon.list
2.0.3 - 2014-04-17
* Fixed a bug on WOSS installer configure
2.0.2 - 2014-04-15
* Removed .tex files from samples description folders
* Added a check for DBs on tcl samples requiring WOSS.
2.0.0 - 2014-04-09
* Public release of DESERT Underwater Framework v2