Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move globals to EngineImpl
[simgrid.git] / src / surf / network_ns3.cpp
2021-03-09 Bruno DonassoloMove globals to EngineImpl
2021-03-09 Bruno DonassoloAdjust code after rebase.
2021-03-09 Bruno DonassoloGetting rid off surf_network_model global
2021-03-09 Bruno DonassoloModify iteration over models in surf_solve
2021-03-09 Bruno Donassoloclang-format before starting changing files
2021-03-05 Frederic SuterRemove constraint from LinkImpl ctor
2021-03-03 Frederic Suterremove model from Link constructors
2021-03-01 Frederic Suterfix ns3
2021-02-26 Arnaud GierschDeclare function 'static' (and fix picky builders).
2021-02-25 Martin Quinsonns3: Fix build when compile warnings are enabled
2021-02-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-25 Martin QuinsonMerge branch 'master' into 'master'
2021-02-24 agougeonadd wifi zone option to delay nodes start time
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-28 Martin QuinsonAlso fix the ns3 log channels. What a debacle...
2021-01-27 Martin Quinsonsome cleanups to the logging channel hierarchy
2021-01-25 Augustin Degommethis constructor was removed in ns3 3.33 - apparently...
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-16 Arnaud GierschUse transparent comparator 'std::less<>' with associati...
2020-12-15 Augustin Degommetest failure fix for #45.
2020-12-15 Augustin Degommewarning --
2020-12-15 Augustin Degommeuse new name for wifi standard in recent NS3.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-10-28 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-10-28 Arnaud GierschDon't keep port number 65535 apart.
2020-10-27 Martin Quinsonns3 does not accept 0 as a port_number so don't let...
2020-10-27 Martin Quinsonns3: Fix a debug message (s/socket/flow/)
2020-10-27 Martin QuinsonAccept very large port numbers, as ns-3 don't forbid...
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-22 adrien gougeonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-10-22 AdrienMerge branch 'master' into 'master'
2020-10-21 adrien gougeonswitched wifi model ns3 from the one using wifi links...
2020-10-20 adrien gougeonadded circle placement for ns3 wifi nodes
2020-10-19 Arnaud GierschCorrect a few a/an.
2020-10-19 Arnaud Giersch[codefactor] Blank line is redundant.
2020-10-19 adrien gougeonadd WifiZone support for ns3 wifi
2020-10-18 Martin Quinsonns3: ensure that sending from an host to itself does...
2020-10-12 Martin Quinsonns3: Improve a debug message [Mahesh Ketkar]
2020-10-12 Martin Quinsonns3: live with the fact that sometimes finished_ become...
2020-10-12 Martin QuinsonDon't display strings with %p [Mahesh Ketkar]
2020-10-11 Arnaud GierschConst get_bandwidth() and get_latency().
2020-10-08 Martin Quinsonnew option ns3/seed to seed the ns-3 random generator
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschModern C++ use "auto".
2020-10-06 Arnaud GierschPrefer nullptr and bool literals.
2020-10-01 Arnaud GierschPrefer const std::string&.
2020-10-01 Arnaud GierschMinor corrections for commit e709643ef0c5b61c6c878016c4...
2020-10-01 Martin QuinsonMerge branch 'master' into 'master'
2020-10-01 adrien gougeonfix host name issue with ns3 wifi, add ssid, set active...
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-30 Augustin DegommeWeak attempt at fixing issue with recent ns3+gcc.
2020-09-29 adrien gougeonmoved a line for comprehension
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid...
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-09-25 adrien gougeonreadded active probing = false
2020-09-25 adrien gougeonactive probing return to default value for STA nodes
2020-09-25 adrien gougeonadded ssid for ns3 wifi
2020-09-12 Martin Quinsonns3: inline 2 more functions
2020-08-31 Martin Quinsonns3: get ride of the node_num field, that was only...
2020-08-31 Martin Quinsonns3: get ride of the IPV4addr global vector
2020-08-31 Martin Quinsonns3: get ride of the interfaces global
2020-08-31 Martin Quinsonns3: that assert is particularly useless
2020-08-31 Martin Quinsonns3: greatly simplify how hosts are added to clusters
2020-08-31 Martin Quinsonns3: inline a function used only once
2020-08-31 Martin Quinsonns3: kill an unused global container :(
2020-08-31 Arnaud GierschTry to fix crashing ns3 example. Not sure if it is...
2020-07-08 adrien gougeonremoved usess global vector
2020-07-08 adrien gougeonadded possibility to change mcs, nss and distance betwe...
2020-07-06 adrien gougeonupdate ns3 wifi to match loic's simgrid wifi
2020-06-25 adrien gougeoncorrected wifi with loic infos
2020-06-24 adrien gougeonremoved standard to make it work
2020-06-22 adrien gougeonupdate ns3 wifi
2020-06-12 Arnaud GierschPrefer using initialization lists in ctors.
2020-06-09 adrien gougeonns3 wifi working with 2 nodes 1 route, does not take...
2020-06-03 Augustin Degommetry to fix ns3 examples. Not sure this was the way...
2020-05-29 Martin Quinsonwifi: make room for the ns3-wifi binding
2020-05-14 Martin Quinsonfix ns3 builds
2020-05-14 Martin Quinsonstick to our coding standards: getters should have...
2020-03-26 Frederic SuterThis instrumentation module is a mess ...
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-18 Frederic Sutercodefactor: malformed whitespace issues
2019-12-16 Frederic Suterremove an instance of namespace surf
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-14 Martin Quinsonfix ns3 builds
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-22 Frederic Suterfix ns3
2019-10-22 Frederic Sutermake host's pimpl_netpoint private
2019-10-20 Arnaud GierschPrefer initialization list.
2019-10-20 Arnaud GierschFix misspelling of "occurring".
2019-10-20 Arnaud GierschSpell check.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-24 Frederic SuterMerge branch 'master' into disk
2019-09-24 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-09-23 Martin QuinsonMerge branch 'master' into 'master'
next