-
Notifications
You must be signed in to change notification settings - Fork 97
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
parsing binary vs hex data #3
Comments
Hello Dinuka, When parsing m_nData in function fromJson() the lenght of cTmp is checked
I had a chat with Pete and James (who is going to handle the Node client
OK, sounds good. In any case, we still need to keep track of the encoding and pulse width
I had a look at how you implemented the header and was wondering why you Cheers, |
I just realized that I can't test the code right now, so I will commit it I will also add parsing functionality for the new header and remove the Mike On Mon, Mar 25, 2013 at 12:18 PM, Mike van Dyke [email protected]:
|
When parsing m_nData in function fromJson() the lenght of cTmp is checked to figure out whether the data was sent as binary or hex. I'm a bit worried about hard coding the threshold value for this decision (ie number 12). Is there anything we can do about this?
The text was updated successfully, but these errors were encountered: