Skip to content
Snippets Groups Projects
Commit 47c1d1f1 authored by nicolas.albanesi's avatar nicolas.albanesi
Browse files

Print le polynome dans le main

parent e5d42cb2
Branches
No related tags found
No related merge requests found
......@@ -21,6 +21,9 @@ if __name__ == "__main__":
l_ok = correct_list(len(l), reed_solomon)
# Print les messages
print("Poynome : ")
reed_solomon.show()
print("Message recu : " + "".join(map(chr, l[:MSG_LEN])))
print("Message décodé : " + "".join(map(chr, l_ok[:MSG_LEN])))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment