Patricio Whittingslow

Results 350 comments of Patricio Whittingslow

@hoanga Hey there! The example does include ARP resolution. What would help a lot to solving this would be having the wireshark captures of a normal DHCP exchange and the...

Today was the first day I started to see DHCP fail on my network (or any other, for that matter). I suspected maybe it was some of the latest changes...

I'd like to add this as a separate example. I'd expect the net/http library to be heavy on allocations as expected from a stdlib package. maybe rename example to `http-server-stdlib`

I designed the CYW43439 driver to easily interface with wifi/bluetooth stacks. I believe ideally this issue and many future ones could be solved by exposing the BT adapter creation API....

The workaround I refer to is editing cyw43439 package so that the last call is the persistent one (your suggested edit)

Hmm- I tend to agree with @FilipVranesevic. The sentinel error is problematic for reasons that have become apparent to me just now: `Update()` returns nil error only when sensor values...

Example of what an async API could look like. Do note I do not like this particular design, but it'd solve the aforementioned issue for all sensors with similar functioning...

Sounds good! v0.6.0 is out! Let me know if it fixes the issue you are seeing... (be nice if you elaborated a bit what exactly you were/are seeing)

Received message callback is called when a message is received, not sent. Rememver QoS1/2 are not implemented in this library.

Maybe we can avoid comments for internal use? Sorry, I forget if this change was meant for UX or so we could better document internal target.json files.