-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
struggling to successfully send App Hello #3
Comments
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.
The text was updated successfully, but these errors were encountered: