v0.5.0
AntHocNet v0.5.0. See CHANGELOG.md.
Install bundle (anthocnet-0.5.0.zip) — the source to
drop onto your own simulator tree:
make install-ns3 NS3DIR=… or make install-ns2 NS2DIR=….
Pre-built simulator images are on GHCR (see docker/README.md),
including release-pinned tags anthocnet-ns{2,3}:<sim-version>-v0.5.0.
What's Changed
- feat(ns3): expose T_hop as the HopTime attribute (#88) by @danieljoppi in #92
- feat(ns3): attribute pending-queue hold time by reason (#21) by @danieljoppi in #93
- fix(ns3): drive re-discovery for held data with a reactive-retry timer (#21) by @danieljoppi in #94
- feat(core): enforce the maxPathLength ant hop cap with a drop (#26, item 6.2) by @danieljoppi in #95
- feat(core)!: multipath reactive setup (1.5× acceptance filter) with linkfail churn bound, default on (#96) by @danieljoppi in #97
- docs: publications digests — PPSN 2004 paper [1] digested, thesis placeholder by @danieljoppi in #98
- feat(core): fill hello advert slots active-first, then by best pheromone (#26 item 6.5) by @danieljoppi in #99
- feat(core)!: adopt the paper's routing exponents betaData=2 / betaAnts=1 (#70) by @danieljoppi in #100
- fix(ns3): release held packets on backward-ant traversal and retry-timer route hits (#21) by @danieljoppi in #101
Full Changelog: v0.4.0...v0.5.0