Commit 6af215a
[Feature/events] Improve event system (#36)
* Servicio de conexión UDP
Implementación de servicio cliente/servidor para que dispositivos ajenos a la federación entablen comunicación
* fix_filename
Changed file name: nebulamulticasting from nebulaconnection
* fix_nebulamulticasting
Additions:
-communication
- init_ecs
- stop_ecs
Remove:
-nebulamulticasting
-stop condition on nebula_server
* feat_mobility_module
Additions:
-neighbormanagement folder
-mobility messages
-proto files updated
-functionalities on comunnications and engine to new messages
- get_loss on nebula model
- model_info on propagator
* fix_function_arguments
* fix_compiler_errors
type notation on factory methods
* feat_timer_generator
Additions:
-TimerGenerator class to generate timer used for waiting updates from nodes
-Weight_modifier for updates received if NodeManager is up
* fix_timer_integrated
Additions:
- TimerGenerator functions and references to be used
- Updated learning cycle to use timer if mobility is up
* fix_lock_release_excep
check lock is acquire
* fix_waiting_logic
Changed the way the node wait and update its state of waiting.
* fixed_some_mobility_configurations
* update_nebula_p2b.py
* feat_mobility_upgrade
.External_connection_service working
-Messages and callbacks integrated
* feat_late_starting_trainning
-late nodes start trainning
-topology structures set apropiately
* feat_LateNodes_train
Later creation nodes now can be integrated into the trainning process
* fix_fast_push
fast push to sinchronize network integrated
* feat_weights_modifiers
Weight modifiers applied to late connected nodes
* fix_slow_push_strategy
slow push strategy working properly
fixing metrics from late connection nodes
* fix_metric_delay
Metric delay done for late creation nodes
* feat_fast_push
fast push integrated
weight strategy integrated
fix modified weights
* fix_fast_reboot
fast reboot when device arrives fully integrated
* feat_upgrading_network_robustness
mechanisms itnegrated:
.-reconnect_to_federation
.-upgrade_connection_robustness
* fix_ecs_run_shutdown
* fix_info_points
* feat_nebulamulticasting_on_off
-fixed learnign rate error
-fixed push sync error
-fix sync errors
* fix_errors_reestructuring
* fix_restructure_errors
fixed all restructure errors found
service working
* feat_connection_optimizator
Connection optimizator to clear inactive connections
* feat_network_optimization
networkoptimizer as a controller
connectionoptimizer to clean inactive connections
timergenerator to generate dynamic timeouts for aggregation
* fix_minor_errors
* fix_remove_weight_error
* fix_solving_distributions
* feat_additional_data_dist_png
additional nodes now show their data distributions
* fix_additional_nodes_ip
* ft_test_setup
* fix_no_coinciding_samples
* fix_update
* feat_defaultMH
default model handler integrated
refactor fastreboot
* fix_error_defaultHM
* fix_wrong_payload
* fix_keyerror_np
* fix_general_errors
* fix_reestructure_loop
* fix_slow_push_issue
* fix:concurrency_issue
* fix_get_neighbors_np
* daily_update
* change_scenario_config
* fix_momentum
* fix_com_error
* updt_momentum
* feat_momentum
momemtum logic implemented
* feat_momemtum_penalty
* updt_momemtum_penalty_ext
* update momemtum
* update_messages_refactor
* fix_msg_errors
* fix_messages_factory
* fix_error
* fix_factory_message_action
* fix_message_factory
feat message_template
* feat_refactor_messages
* fix_clean_code
* fix_refactor_communciations
* fix_handle_model_error
await was required
* feat_message_events
* fix_error_msg
* fix_event_error
* fix_errors
* update_momemtum
* updt
* fix_momemtum_config
* optimization_sinc
* opt_sinc++
* fix_momentum
* fix_disconnect_error
* fix_disconnection_node
* fix_TCP_temporary_port
* fix_notself_agg
* fix_tcp_ports
* feat_node_disconnection
* feat_blacklist
* fix_resinc_error
* fix_resinc_after_disc
* fix_resinc_Node
* feat_target_attacks
* feature select changing targets
* feat standar mobility strategies
* feataure update storage
* fix update storage errors
* fix_no_round_mechs
* fix_error
* Feature update handlers interface
* feature dfl no rounds
* fix updates handling and ecs service
* fix_propagator_error
* opt_test_mobility
* refactor situational awareness
* feature situational awareness module functionalities
* feature nebula discover service asynchronous
* optimization code
* feature beacon service
* fix fully integrated beacon
* feature geolocalization in beacon
* fix daily update
* feature nebula gps service
* fix mobility errors
* feature updating mobility module
* fix mobility errors
* fix missing await
* fix generate network conditions
* fix mobility low threshold error
* feature network simulator
* feature integrated nebula network simulator
* feature SA submodules
* fix additional node network conditions
* fix network conditions fist attemp
* feature training policy interface
* feature event system for addon functionalities
* feat aggregation event
* feature event system integrated
* feature QDS tp - update received event
* feature round start event
* feature speed oriented selection
* feature CFL implementation for udpate storage
* feature event system
* change location of topology image
* remove upper table in dashboard
* improve readability, explanations, and fix some issues
* Rename GPS directory
---------
Co-authored-by: enriquetomasmb <[email protected]>
Co-authored-by: Enrique Tomás <[email protected]>1 parent 754ca88 commit 6af215a
File tree
39 files changed
+2113
-1067
lines changed- nebula
- addons
- attacks/communications
- gps
- networksimulation
- core
- aggregation
- updatehandlers
- datasets
- models
- cifar10
- mnist
- network
- pb
- training
- utils
- frontend
- config
- templates
39 files changed
+2113
-1067
lines changedLines changed: 20 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | | - | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | | - | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
58 | | - | |
| 60 | + | |
59 | 61 | | |
60 | | - | |
61 | | - | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
83 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
71 | | - | |
| 73 | + | |
72 | 74 | | |
73 | | - | |
74 | | - | |
| 75 | + | |
| 76 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
0 commit comments