James Prestwood

Results 14 comments of James Prestwood

We do have an easy-ish way to enable it. You can edit `jerry_feature.profile` and comment out the `CONFIG_DISABLE_MATH_BUILTIN` line. Then if you rebuild it will include the Math object. Eventually...

This looks to be a zephyr bug. The function we are using to verify the address (`net_addr_pton`) does the following: ``` len = strlen(src); for (i = 0; i <...

OCF is not currently supported in Iotivity-constrained, and as such not supported in ZJS. I asked the Iotivity-constrained maintainer and he said that there is a gerrit patch that is...

The following config options definitely helped with this. It allowed you to access multiple at once, but if you continue to stress the system (many multi resource accesses) it will...

Please don't merge this, I need to run through more testing but I wanted to show what I was talking about in #11. This does work as-is but there are...

In thinking about this a bit I'm not sure there is an easy way of addressing any of my concerns with the extra traffic. The only way I can think...

> I looked at your code. I may have missed a detail, but you do not send more frames than if packet loss was not activated ? The additional packets...

> Are both necessary? Just 1 of the two methods is not enough ? ~~Thinking more about this I think I could cut down on the packets by having the...

I've been poking around but still not quite working. What I've done is included a `drop` boolean to be sent by the server (also by clients but its ignored) which...

Calling `send_tx_info_frame_nl` and setting the `HWSIM_TX_STAT_ACK` flag in all cases is definitely incorrect, but to see an example you can set the distance between two clients very high after connecting...