Page 1 of 1

Issue sending calibration point

PostPosted: 27 Nov 2014, 14:26
by hendersond2004
Hi,
I am sending a calibration point packet
(which is generated by serialising a packet class using newton json parsa)

the return packet is a error 403
with status message of "Bogus packet"

which is not really that usfull.
any ideas ?

Re: Issue sending calibration point

PostPosted: 28 Nov 2014, 11:28
by hendersond2004
Ok figured it out,
Needed to create a second calibration packet class so when you serialise it.. it doesn't have all the JSON schema entry's for items not needed to calibrate the device... annoying that the server does not handle the a full packet and ignore the nulls and un-needed schema objects.