Ajay Bhargav

Results 25 comments of Ajay Bhargav

I have no idea about Arduino integration. Maybe hacking the library itself and patching it with NAT code can do the job.

IPNAT_ENTRY_RESET only sets the TTL value to 0 does not touch anything else. Are you facing any issue or is it just a doubt?

> This NAT imp not tracing TCP state, and always use same port for mapping Agree... Can you share your improvements so I can merge them in the source?

> These code is in company's repo and I can't copy them out. Aww sad. Its GPL though, Maybe your boss is ready to share it to make this world...

I think we already have a good complex logic where we first try one format and then try to check if retrieval is same or not and then try another...

I don't think this is needed to be stored as an option since its not always needed to be the same. For instance, If I am putting temperature value in...

I made few changes to CJSON.h to add decimal places variable. /* The cJSON structure: */ ``` typedef struct cJSON { /* next/prev allow you to walk array/object chains. Alternatively,...

My implementation works with newlib nano (lightweight version) with printf enabled for float and double. I can test your method too. Thanks for sharing.

Sure I can, but I am not sure if it will be accepted by maintainer. But I will link to my personal repo here. I am sure you've noticed I...

@ethangoldstein I completely forgot 😄 here is the repo with changes https://github.com/ajaybhargav/cJSON/tree/number_decimal_point let me know if I made any mistake (just in case 😉)