Open thondascully opened 3 weeks ago
Resolved! I was lazy and sent my messages in two chunks instead of manually increasing the 20 byte soft cap
nvm. Let me know if you have any ideas :)
Nothing looks immediately wrong to me, but it is hard to tell with only part of the code. Id suggest using the wireshark plugin to sniff the traffic coming from your program, and see if something goes wrong there.
try flipping the checksum bytes, looks like you may be sending them big-endian
I tried. No bueno. I have an iPhone, so I didn't pursue the wireshark plugin. I've never used wireshark before, so I'm not sure how to manage the capturing. I installed wireshark and installed the two plugins you provided, but I haven't tried capturing packets
I love this project and seek to get it working on my end. Would you mind reaching out to my email so that I can share my script with you?
{username} [at] berkeley [dot] edu
Hi! I'm having issues with sending the initial App Hello msg. Below is the script currently writing the App Hello message.
Writing in python (script partially included):
Terminal output:
Afterwards, I receive no Cube Hello message in response. I'm curious to know where I am messing up.