Commit Graph

  • a26ccf5c9f
    Merge pull request #13 from status-im/fix-columnid Leo 2023-02-23 09:38:25 +01:00
  • 763ebfe136
    set up complete graph if n<=d fix-small-graph Csaba Kiraly 2023-02-15 02:50:03 +01:00
  • e5c657e31e
    more debug logging log-steps Csaba Kiraly 2023-02-15 02:55:06 +01:00
  • 91a4b48947
    log number of steps as well Csaba Kiraly 2023-02-03 23:05:37 +01:00
  • 2775d180f1
    debug log neighborhood of producer as well fix-columnid Csaba Kiraly 2023-02-16 17:33:31 +01:00
  • 8c9ddcca55
    add debug logging of topology Csaba Kiraly 2023-02-15 02:51:47 +01:00
  • 22e4c89989
    fix: column IDs matching row IDs Csaba Kiraly 2023-02-16 17:32:57 +01:00
  • 93c318028b Add visualizer class Leonardo Bautista-Gomez 2023-02-22 16:45:39 +01:00
  • 8b763b2425 Passing execID in parameter and moving heatmaps directory inside the execID directory Leonardo Bautista-Gomez 2023-02-22 15:52:55 +01:00
  • d5e7ae7ea7 Fix net degree bug Leonardo Bautista-Gomez 2023-02-22 14:49:46 +01:00
  • a6896a60dd Fixed Plots HajarZaiz 2023-02-22 13:47:52 +01:00
  • 2b7302de64 Delete folder HajarZaiz 2023-02-19 22:27:13 +01:00
  • 54b0284abb Minor display improvements HajarZaiz 2023-02-19 22:17:50 +01:00
  • c312d6447d Heatmaps generation HajarZaiz 2023-02-16 23:38:47 +01:00
  • 8f2052e1ac
    Merge pull request #11 from status-im/doc Leo 2023-02-16 11:41:48 +01:00
  • 09569422ab Documenting the DAS package for automatic generation with sphinx. First version. doc Leonardo Bautista-Gomez 2023-02-15 15:06:42 +01:00
  • d20f83595d
    Merge pull request #10 from status-im/results Leo 2023-02-09 13:59:16 +01:00
  • 9888d96e43 Update gitignore Leonardo Bautista-Gomez 2023-02-08 22:46:12 +01:00
  • cf780b3ca3 Starting code documentation Leonardo Bautista-Gomez 2023-02-08 22:45:01 +01:00
  • 5c55fd7854 Add documentation files Leonardo Bautista-Gomez 2023-02-08 22:33:16 +01:00
  • 17b97c37c0 Update gitignore Leonardo Bautista-Gomez 2023-02-08 22:31:51 +01:00
  • 6334d1c779 Removing static variables results Leonardo Bautista-Gomez 2023-02-08 20:10:26 +01:00
  • b64fe7b383 Merging changes from 'develop' branch into 'results' branch Leonardo Bautista-Gomez 2023-02-08 15:01:50 +01:00
  • 0a0e63b718
    Merge pull request #9 from status-im/throughput Leo 2023-02-08 14:20:16 +01:00
  • 03813b36bc
    fix receive info propagation throughput Csaba Kiraly 2023-01-26 10:08:19 +01:00
  • 50a210ad99
    simplify send code and loop Csaba Kiraly 2023-01-26 01:12:13 +01:00
  • 6c6e10b81f
    add tx/rx troughput statistics Csaba Kiraly 2023-01-26 00:34:21 +01:00
  • ad11214e2d
    improved logging Csaba Kiraly 2023-01-25 21:38:21 +01:00
  • c97dd58d76
    keep track of sent and received samples per neighbor Csaba Kiraly 2023-01-25 21:36:53 +01:00
  • b38d8e13ae
    add Neighbor class as placeholder Csaba Kiraly 2023-01-25 18:19:18 +01:00
  • fd59f44143
    send line only if it has changed Csaba Kiraly 2023-01-25 16:28:42 +01:00
  • bd17c419e3 Heatmaps and static page HajarZaiz 2023-01-29 14:37:20 +01:00
  • 46f1e7abee
    Merge pull request #8 from status-im/config Leo 2023-01-26 14:33:08 +01:00
  • ef3714054b Fix netDegree loop config Leonardo Bautista-Gomez 2023-01-26 14:30:56 +01:00
  • 66824aedc6 Adding XML dump of results Leonardo Bautista-Gomez 2023-01-25 21:51:59 +01:00
  • fc7339dc91 Add configuration file, split configuration from simulation shape, fix bug about network degree and unbalanced row/column verification Leonardo Bautista-Gomez 2023-01-23 18:04:54 +01:00
  • bf1a5a60e4 Adding multidimensional simulator and results module to gather data for visualization. leobago 2023-01-16 22:43:52 +01:00
  • e8e82d7460 Adding configuration class leobago 2023-01-13 16:51:27 +01:00
  • d119d53693
    Merge pull request #7 from status-im/mesh Leo 2023-01-11 17:35:55 +01:00
  • beabafba45 Adding failure rate logging mesh leobago 2023-01-11 17:20:19 +01:00
  • d723cb1bc5 Update requirements leobago 2023-01-11 12:50:23 +01:00
  • faa2954893
    simpliy sendRow and sendColumn calls Csaba Kiraly 2022-12-20 12:45:35 +01:00
  • 724d673fca
    add SparseBlock with selected rows and columns only sparseblock Csaba Kiraly 2022-12-20 12:21:34 +01:00
  • 7d79879f66
    fix logging of rows and columns Csaba Kiraly 2022-12-20 11:25:44 +01:00
  • 7a5f67ff31
    add per-node state and per-channel network Csaba Kiraly 2022-12-20 11:13:54 +01:00
  • db61300c46
    block: handle merge and repair Csaba Kiraly 2022-12-20 10:09:54 +01:00
  • a9112c418e
    Merge pull request #6 from status-im/develop Leo 2022-12-14 18:58:32 +01:00
  • e2bc5505d6
    More complete README file Leo 2022-12-14 17:46:20 +01:00
  • 3d7891c77b
    Merge pull request #5 from status-im/requirements Leo 2022-12-14 17:20:58 +01:00
  • e337ddc74a Small fix output requirements Leonardo Bautista-Gomez 2022-12-14 17:17:32 +01:00
  • bb54a1cf31 Add requirements file Leonardo Bautista-Gomez 2022-12-14 17:16:22 +01:00
  • 35084919e1
    Merge pull request #4 from status-im/bitmaps Leo 2022-12-14 17:01:53 +01:00
  • accbc3eff9
    simplify code bitmaps Csaba Kiraly 2022-12-07 18:44:02 +01:00
  • 4179841c89
    change checkRestore to restore Csaba Kiraly 2022-12-07 15:46:45 +01:00
  • 26ba6a38f7
    speed up restoration Csaba Kiraly 2022-12-07 15:39:11 +01:00
  • a07be50727
    change to bitmaps Csaba Kiraly 2022-12-07 15:25:48 +01:00
  • b48fb6f791
    use column and row accessors Csaba Kiraly 2022-12-07 15:14:36 +01:00
  • 8da447ac5a
    add column and row accessors Csaba Kiraly 2022-12-07 15:10:35 +01:00
  • 13580cd44d
    pick row/column IDs without replacement Csaba Kiraly 2022-12-07 10:59:41 +01:00
  • c2ea4b9b09
    Merge pull request #3 from status-im/simulator-initial Leo 2022-11-30 15:32:34 +01:00
  • eb8d9b9095 Remove old files simulator-initial Leonardo Bautista-Gomez 2022-11-30 15:31:21 +01:00
  • 0c79ddbf6f Restructure package Leonardo Bautista-Gomez 2022-11-30 15:28:27 +01:00
  • 6cbe751b84 Split code in multiple modules Leonardo Bautista-Gomez 2022-11-29 19:32:05 +01:00
  • 8221490196 Add logic for multi-simulation studies Leonardo Bautista-Gomez 2022-11-29 18:12:02 +01:00
  • 2df3ef45f7 Add iterative round based simulation and stop conditions Leonardo Bautista-Gomez 2022-11-25 18:50:55 +01:00
  • 4707084a01 Adding gitignore Leonardo Bautista-Gomez 2022-11-25 16:17:42 +01:00
  • 71cef6671c Improved logging system Leonardo Bautista-Gomez 2022-11-25 16:12:32 +01:00
  • 1b00212740
    Merge pull request #2 from status-im/simulator-initial Leo 2022-11-24 14:59:23 +01:00
  • 15a3bd9c82 Round based data restoration completed Leonardo Bautista-Gomez 2022-11-24 14:53:36 +01:00
  • 4c0ceec602
    Merge pull request #1 from status-im/simulator-initial Leo 2022-11-24 13:15:03 +01:00
  • 91c997c62e Initial structure of the DAS simulator Leonardo Bautista-Gomez 2022-11-21 16:30:39 +01:00
  • b6e9485f96
    Update README.md Leo 2022-11-21 16:24:59 +01:00
  • d2bda4742d
    Update README.md Leo 2022-11-21 15:32:16 +01:00
  • 2a3c0faf38
    Initial commit Leo 2022-11-21 15:31:19 +01:00