Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use new name for wifi standard in recent NS3.
[simgrid.git] / src / surf / network_ns3.cpp
2020-12-15 Augustin Degommeuse new name for wifi standard in recent NS3.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
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'
2019-09-23 bcamusImproving the performance of the NS-3 bindings by:
2019-09-20 Martin QuinsonMerge branch 'master' into 'master'
2019-09-19 bcamusUnblock the number of communications that can be done...
2019-09-17 bcamusTo detect all the flows that are finishing at the same...
2019-09-16 Frederic SuterMerge branch 'master' into disk
2019-09-13 Martin Quinsonmove some global signals to the Engine
2019-09-10 Frederic SuterMerge branch 'master' into disk
2019-09-10 Martin QuinsonMerge branch 'master' into 'master'
2019-09-10 bcamusTo stop NS3 in a consistant state at its next occuring...
2019-09-04 Frederic SuterMerge branch 'master' into disk
2019-09-03 Martin Quinsonclang-tidy the ns3 model
2019-07-09 Martin Quinsonfix NS3 build + avoid vector copies
2019-07-09 Loic GueganWifi model interface:
2019-06-15 Martin QuinsonCosmetics around ns-3
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-12 Frederic Sutercosmetic cleanups in network models
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-18 Arnaud GierschAdd some const qualifier, needed for later changes.
2019-03-12 Arnaud GierschRemove unnecessary calls to c_str().
2019-01-21 Martin Quinsonstart to s/trace/profile/ in the public API
2019-01-21 Martin Quinsonstart renaming tmgr trace into profile
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
next