Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e68269a4 authored by Autodistries's avatar Autodistries
Browse files

update docs on data transfer

parent c0f87740
No related branches found
No related tags found
1 merge request!1Refactoring, new features
......@@ -7,6 +7,7 @@ There are five main playbooks :
- ssh_setup.yml # set up ssh keys
- start_sens_sniffer.yml
- stop_sens_sniffer.yml
- data_transfer.yml # retrieve results
- test_meta.yml # test functions
```
## First master-nodes connection: SSH setup
......@@ -72,6 +73,12 @@ If they are, we set up a crontab to run the sniffer when planned, and a crontab
**`stop_sens_sniffer.yml`**
This playbook interrupts any running `sniffer.py`, and cancels planned crontabs.
## Retrieving experiment data from nodes
`data_transfer.yml` finds all .pcap and .gps files from our target folder for each nonde
- and copies them inside ../results/ssX/sY/filename
[TODO]: transfer to meta-server
[TODO]: delete og files when success
## Testing devices and statuses
`test_meta.yml` runs all tests playbooks.
[TODO] detailler les tests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment