Recent Releases of leaf
leaf - 0.4.0
- a
Nodecan now have aleaf.mobility.Locationwhich can be used to e.g. model more precise power usage of wireless data transmission - Refactored
power_model()function into self-contained classPowerModelthat exposes it's SimPy process via therun()method - Adapted an cleaned up all examples
- Python
Published by birnbaum almost 4 years ago
leaf - 0.2.0
Taskclass can now be instantiated directlyPowerMeterclass was converted to apower_meter()function with callback that can be passed SimPy processes. The goals to not unnecessarily hide how SimPy works.PowerMeterstill exists as a convenience class wrappingpower_meter()with an integrated list of measurements
- node.addtask()/.removetask and link.adddataflow/removedataflow are now private as they are not part of the public API
All examples got adapted and improved
- Python
Published by birnbaum about 4 years ago