diff --git a/scripts/homeone/mavlink_client/Makefile b/scripts/mavlink_client/Makefile similarity index 100% rename from scripts/homeone/mavlink_client/Makefile rename to scripts/mavlink_client/Makefile diff --git a/scripts/mavlink_client/README.md b/scripts/mavlink_client/README.md new file mode 100644 index 0000000000000000000000000000000000000000..4a3c225d75fc187df6b0ac5550cb8bad7f174c9b --- /dev/null +++ b/scripts/mavlink_client/README.md @@ -0,0 +1,14 @@ +# Mavlink Clinet + +These scripts can be used to transmit and receive mavlink data from a PC, either +connected via serial port to a transceiver or directly connected to one of the boards. + +`make` compiles the 3 `.c` files: + +* continuous_tx: sends a message of raw bytes with a given length at a certain +frequency. This was used to test the LoRa modules. +* mavlink_demo_tx: sends a message whenever it receives a char on stdin +* mavlink_demo_rx: receives and prints packets, eventually sending back ana ACK. + +`plot.py`: reads value on stdin and plots them. Can be used piping in the output +of mavlink_demo_rx \ No newline at end of file diff --git a/scripts/homeone/mavlink_client/continuous_tx.c b/scripts/mavlink_client/continuous_tx.c similarity index 100% rename from scripts/homeone/mavlink_client/continuous_tx.c rename to scripts/mavlink_client/continuous_tx.c diff --git a/scripts/homeone/mavlink_client/mavlink_demo_rx.c b/scripts/mavlink_client/mavlink_demo_rx.c similarity index 98% rename from scripts/homeone/mavlink_client/mavlink_demo_rx.c rename to scripts/mavlink_client/mavlink_demo_rx.c index e33145dfb2ba3eb00163ba5c0329326d3e5bdfc5..95c49aa44d440abf09822dd0889435438775b51b 100644 --- a/scripts/homeone/mavlink_client/mavlink_demo_rx.c +++ b/scripts/mavlink_client/mavlink_demo_rx.c @@ -1,6 +1,6 @@ /************************************************** -Ssimple demo that receives mavlink +Simple demo that receives mavlink messages on the serial port and prints them on the screen. **************************************************/ diff --git a/scripts/homeone/mavlink_client/mavlink_demo_tx.c b/scripts/mavlink_client/mavlink_demo_tx.c similarity index 100% rename from scripts/homeone/mavlink_client/mavlink_demo_tx.c rename to scripts/mavlink_client/mavlink_demo_tx.c diff --git a/scripts/homeone/mavlink_client/plot.py b/scripts/mavlink_client/plot.py similarity index 100% rename from scripts/homeone/mavlink_client/plot.py rename to scripts/mavlink_client/plot.py diff --git a/scripts/homeone/mavlink_client/rs232.c b/scripts/mavlink_client/rs232.c similarity index 100% rename from scripts/homeone/mavlink_client/rs232.c rename to scripts/mavlink_client/rs232.c diff --git a/scripts/homeone/mavlink_client/rs232.h b/scripts/mavlink_client/rs232.h similarity index 100% rename from scripts/homeone/mavlink_client/rs232.h rename to scripts/mavlink_client/rs232.h diff --git a/scripts/anakin.sh b/scripts/old/anakin.sh similarity index 100% rename from scripts/anakin.sh rename to scripts/old/anakin.sh diff --git a/scripts/anakin_client_curses/.gitignore b/scripts/old/anakin_client_curses/.gitignore similarity index 100% rename from scripts/anakin_client_curses/.gitignore rename to scripts/old/anakin_client_curses/.gitignore diff --git a/scripts/anakin_client_curses/Makefile b/scripts/old/anakin_client_curses/Makefile similarity index 100% rename from scripts/anakin_client_curses/Makefile rename to scripts/old/anakin_client_curses/Makefile diff --git a/scripts/anakin_client_curses/client.c b/scripts/old/anakin_client_curses/client.c similarity index 100% rename from scripts/anakin_client_curses/client.c rename to scripts/old/anakin_client_curses/client.c diff --git a/scripts/homeone/event_header_generator/EventFunctions.cpp.template b/scripts/old/excel_eventgen/EventFunctions.cpp.template similarity index 100% rename from scripts/homeone/event_header_generator/EventFunctions.cpp.template rename to scripts/old/excel_eventgen/EventFunctions.cpp.template diff --git a/scripts/homeone/event_header_generator/Events.h.template b/scripts/old/excel_eventgen/Events.h.template similarity index 100% rename from scripts/homeone/event_header_generator/Events.h.template rename to scripts/old/excel_eventgen/Events.h.template diff --git a/scripts/homeone/event_header_generator/README.md b/scripts/old/excel_eventgen/README.md similarity index 100% rename from scripts/homeone/event_header_generator/README.md rename to scripts/old/excel_eventgen/README.md diff --git a/scripts/homeone/event_header_generator/Topics.h.template b/scripts/old/excel_eventgen/Topics.h.template similarity index 100% rename from scripts/homeone/event_header_generator/Topics.h.template rename to scripts/old/excel_eventgen/Topics.h.template diff --git a/scripts/homeone/event_header_generator/credentials.json b/scripts/old/excel_eventgen/credentials.json similarity index 100% rename from scripts/homeone/event_header_generator/credentials.json rename to scripts/old/excel_eventgen/credentials.json diff --git a/scripts/homeone/event_header_generator/event_generator.py b/scripts/old/excel_eventgen/event_generator.py similarity index 100% rename from scripts/homeone/event_header_generator/event_generator.py rename to scripts/old/excel_eventgen/event_generator.py diff --git a/scripts/gen_fault_headers.py b/scripts/old/gen_fault_headers.py similarity index 100% rename from scripts/gen_fault_headers.py rename to scripts/old/gen_fault_headers.py