-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mesh com 1.5 #296
Closed
Closed
Mesh com 1.5 #296
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mutual authentication as example
main.py cosmetic changes mesh.py cosmetic changes mutual.py adding interface to __init__ wifi_ssrc.py is having False when dealing with subprocess. Killall and scan wifi is having interface as parameter
added mesh_utils
Main file - ca_main.py to cal client and server. Server and client functionalities are grouped under initiate_server and initiate_client functions.
Ca mesh1.5 main
Signed-off-by: Govind Singh <[email protected]>
added custom conf file
…s with synchronized Processes/Threads Signed-off-by: Suhail-SSRC <[email protected]>
* client.py and server.py --> backoff commented * conf-11s-mesh.sh --> line 10 and 11 (update-rc.d) commented * mutual.py -> auth path was updated, ID now is the ID of the node (before was IP) * ness_main.py -> returning a dictionary of results in run function * new_main.py -> removed get_neighbors function. Added fail and unknown cases in update_table function. * provServer.py -> update path of auth folder * quarantine.py -> added unblock function * traffic_block.sh -> added unblock function * utils.py -> update path of auth folder
* client.py -> added dictionary to get all the results * new_main.py -> getting the majority of outputs (pass/fail) * server.py -> reducing the number to only 3 verification
* ness_main.py --> added mapping and remapping function to convert nodeID to index. Improved adapt_table function to pass the index instead of nodeID. * new_main.py --> IP is passing when malicious node is detected (line 194) instead of MAC. mapp is received for the adapt_table function on ness * quarantine.py --> now blocking in done on this file. Also, iptables are saved on this file
* client.py --> replace while to avoid brake, uncomment connection closed * mutual.py --> added async keyword to make it async function * new_main.py --> running MA as async function, write debugs methods, update table function with current CA output, * server.py --> output == 1 if pass, working with thread.lock() * traffic_block.sh was removed from files
* ca_main.py --> added try except to avoid multiple executions in parallel of the server * client.py --> added exception to avoid program crashing when server close connection * funsocket.py --> added port 7777 as execution (for MA) * ness_main.py --> create adapt_table function for running to save the status after the first execution * new_main.py --> added sec_beat function and cleaning the main function * server.py --> space removed
* ConnectionMgr.py --> Removed overwriting of mesh.conf by fields in mesh_com_11s.conf * entrypoint.sh --> Mesh IP is written into mesh.conf Jira_Id : MSS20-143 Signed-off-by: Selina Shrestha <[email protected]>
merge on develop
SelinaTII
approved these changes
Jul 31, 2023
@martin-tii, should this be merged and pushed for another approver or canceled? |
# Conflicts: # modules/sc-mesh-secure-deployment/src/1_5/common/SpectralMgr.py # modules/sc-mesh-secure-deployment/src/1_5/common/test/spectral_capture.py
new changes will be done on this code, so this PR is not necessary |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
last updates on MS 1.5 to develop