-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCHANGELOG
21 lines (19 loc) · 1.11 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
v1.2
+ added port of 802154 narrowband phy and mac layer of mobility-fw2 for omnet 4 from Jérôme Rousselot
+ added global blackboard functionality to BaseWorldUtility
+ introduced "csma" module which implements a generic CSMA mac protocol and will replace CSMAMacLayer
in the future
+ added depth dependent scaled display of hosts when GUI and 3-D is used
+ made members of Move protected, added functions for member access
* fixed memory leak when propagation delay is simulated
* fixed a bug in the calculated receiving power of a signal which caused it to be greater zero before
and after its signal in certain cases
* fixed wrong calculation of position on "WRAP" border handling in BaseMobility
* fixed missing connections when the cells from ConnectionManager do not cover the playground size
exactly
v1.1
+ added port of EnergyFramework written by Laura Marie Feeney
+ added "headerLength" parameter to physical layer and fixed wrong MacPkt length in Mac80211
* fixed wrong initialization order of static time and frequency Dimension members by introducing time-/frequency_static() wrapper methods
v1.0
- first release