Hi GMMan and contributors,
First of all, thank you for this amazing research and documentation! I am trying to build a DIY P-COM adapter for my Tamagotchi Paradise using a CH340 USB-to-Serial chip on Ubuntu.
I have successfully wired the TX/RX pins and read through the protocol documentation. I am writing a Python script using your tamacom library to test the connection.
However, I realized that I am missing the SECRET (Shared Encryption Secret) required to initialize the TCPComm class.
My Question: Is the Shared Secret available somewhere in the repository that I missed? Or could someone point me in the right direction on how to obtain it for educational/DIY study purposes?
I understand if you cannot post it directly due to copyright reasons, but any hint (or a keys.txt template) would be greatly appreciated. I just want to perform an echo_check() to verify my hardware build.
Thank you!
Hi GMMan and contributors,
First of all, thank you for this amazing research and documentation! I am trying to build a DIY P-COM adapter for my Tamagotchi Paradise using a CH340 USB-to-Serial chip on Ubuntu.
I have successfully wired the TX/RX pins and read through the protocol documentation. I am writing a Python script using your tamacom library to test the connection.
However, I realized that I am missing the SECRET (Shared Encryption Secret) required to initialize the TCPComm class.
My Question: Is the Shared Secret available somewhere in the repository that I missed? Or could someone point me in the right direction on how to obtain it for educational/DIY study purposes?
I understand if you cannot post it directly due to copyright reasons, but any hint (or a keys.txt template) would be greatly appreciated. I just want to perform an echo_check() to verify my hardware build.
Thank you!