diff --git a/poc/py-ratio1024-log2/requirements.txt b/poc/0-py-rps/requirements.txt similarity index 100% rename from poc/py-ratio1024-log2/requirements.txt rename to poc/0-py-rps/requirements.txt diff --git a/poc/py-rps/state_to_buttons.py b/poc/0-py-rps/state_to_buttons.py similarity index 100% rename from poc/py-rps/state_to_buttons.py rename to poc/0-py-rps/state_to_buttons.py diff --git a/poc/py-rps/stream_to_state.py b/poc/0-py-rps/stream_to_state.py similarity index 100% rename from poc/py-rps/stream_to_state.py rename to poc/0-py-rps/stream_to_state.py diff --git a/poc/py-rps/test.sh b/poc/0-py-rps/test.sh similarity index 100% rename from poc/py-rps/test.sh rename to poc/0-py-rps/test.sh diff --git a/poc/py-ratio1024-log2/testdata/lorem.txt b/poc/0-py-rps/testdata/lorem.txt similarity index 100% rename from poc/py-ratio1024-log2/testdata/lorem.txt rename to poc/0-py-rps/testdata/lorem.txt diff --git a/poc/py-ratio1024-log2/testdata/rand_0_13.txt b/poc/0-py-rps/testdata/rand_0_13.txt similarity index 100% rename from poc/py-ratio1024-log2/testdata/rand_0_13.txt rename to poc/0-py-rps/testdata/rand_0_13.txt diff --git a/poc/py-ratio1024-log2/testdata/rand_0_13_stream.py b/poc/0-py-rps/testdata/rand_0_13_stream.py similarity index 100% rename from poc/py-ratio1024-log2/testdata/rand_0_13_stream.py rename to poc/0-py-rps/testdata/rand_0_13_stream.py diff --git a/poc/py-ratio1024-log2/testdata/rand_0_n_stream.py b/poc/0-py-rps/testdata/rand_0_n_stream.py similarity index 100% rename from poc/py-ratio1024-log2/testdata/rand_0_n_stream.py rename to poc/0-py-rps/testdata/rand_0_n_stream.py diff --git a/poc/py-ratio1024-log2/testdata/words.txt b/poc/0-py-rps/testdata/words.txt similarity index 100% rename from poc/py-ratio1024-log2/testdata/words.txt rename to poc/0-py-rps/testdata/words.txt diff --git a/poc/py-ratio1024-log2/buttons.py b/poc/1-py-ratio1024-log2/buttons.py similarity index 100% rename from poc/py-ratio1024-log2/buttons.py rename to poc/1-py-ratio1024-log2/buttons.py diff --git a/poc/py-rps/requirements.txt b/poc/1-py-ratio1024-log2/requirements.txt similarity index 100% rename from poc/py-rps/requirements.txt rename to poc/1-py-ratio1024-log2/requirements.txt diff --git a/poc/py-ratio1024-log2/state_to_buttons.py b/poc/1-py-ratio1024-log2/state_to_buttons.py similarity index 100% rename from poc/py-ratio1024-log2/state_to_buttons.py rename to poc/1-py-ratio1024-log2/state_to_buttons.py diff --git a/poc/py-ratio1024-log2/stream_to_state.py b/poc/1-py-ratio1024-log2/stream_to_state.py similarity index 100% rename from poc/py-ratio1024-log2/stream_to_state.py rename to poc/1-py-ratio1024-log2/stream_to_state.py diff --git a/poc/py-ratio1024-log2/test.sh b/poc/1-py-ratio1024-log2/test.sh similarity index 100% rename from poc/py-ratio1024-log2/test.sh rename to poc/1-py-ratio1024-log2/test.sh diff --git a/poc/py-rps/testdata/lorem.txt b/poc/1-py-ratio1024-log2/testdata/lorem.txt similarity index 100% rename from poc/py-rps/testdata/lorem.txt rename to poc/1-py-ratio1024-log2/testdata/lorem.txt diff --git a/poc/py-rps/testdata/rand_0_13.txt b/poc/1-py-ratio1024-log2/testdata/rand_0_13.txt similarity index 100% rename from poc/py-rps/testdata/rand_0_13.txt rename to poc/1-py-ratio1024-log2/testdata/rand_0_13.txt diff --git a/poc/py-rps/testdata/rand_0_13_stream.py b/poc/1-py-ratio1024-log2/testdata/rand_0_13_stream.py similarity index 100% rename from poc/py-rps/testdata/rand_0_13_stream.py rename to poc/1-py-ratio1024-log2/testdata/rand_0_13_stream.py diff --git a/poc/py-rps/testdata/rand_0_n_stream.py b/poc/1-py-ratio1024-log2/testdata/rand_0_n_stream.py similarity index 100% rename from poc/py-rps/testdata/rand_0_n_stream.py rename to poc/1-py-ratio1024-log2/testdata/rand_0_n_stream.py diff --git a/poc/py-ratio1024-log2/testdata/rand_0_n_weighted_stream.py b/poc/1-py-ratio1024-log2/testdata/rand_0_n_weighted_stream.py similarity index 100% rename from poc/py-ratio1024-log2/testdata/rand_0_n_weighted_stream.py rename to poc/1-py-ratio1024-log2/testdata/rand_0_n_weighted_stream.py diff --git a/poc/py-rps/testdata/words.txt b/poc/1-py-ratio1024-log2/testdata/words.txt similarity index 100% rename from poc/py-rps/testdata/words.txt rename to poc/1-py-ratio1024-log2/testdata/words.txt